kibana/api_docs/expression_pie.mdx
Stacey Gammon 3bbbbb9ed3
Don't include teams with no usage of due deprecations (#124268)
* Don't include teams that have 0 due deprecations

* Update api docs
2022-02-01 10:53:35 -07:00

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: 2022-02-01
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.devdocs.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}/>