mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* ensure no stats are tracked that are coming from third party libraries Update stats.ts * Build api docs with new stats
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
---
|
|
id: kibExpressionPiePluginApi
|
|
slug: /kibana-dev-docs/api/expressionPie
|
|
title: "expressionPie"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the expressionPie plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPie']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
import expressionPieObj from './expression_pie.json';
|
|
|
|
Expression Pie plugin adds a `pie` renderer and function to the expression plugin. The renderer will display the `pie` chart.
|
|
|
|
Contact [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 43 | 0 | 43 | 2 |
|
|
|
|
## Client
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionPieObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Start
|
|
<DocDefinitionList data={[expressionPieObj.server.start]}/>
|
|
|
|
## Common
|
|
|
|
### Functions
|
|
<DocDefinitionList data={expressionPieObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={expressionPieObj.common.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={expressionPieObj.common.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionPieObj.common.misc}/>
|
|
|