kibana/api_docs/expression_x_y.mdx
2022-09-15 14:11:10 +09:30

43 lines
1.3 KiB
Text

---
####
#### 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.
####
id: kibExpressionXYPluginApi
slug: /kibana-dev-docs/api/expressionXY
title: "expressionXY"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionXY plugin
date: 2022-09-15
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';
Expression XY plugin adds a `xy` renderer and function to the expression plugin. The renderer will display the `xy` 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 |
|-------------------|-----------|------------------------|-----------------|
| 154 | 0 | 143 | 9 |
## Client
### Consts, variables and types
<DocDefinitionList data={expressionXYObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionXYObj.server.start]}/>
## Common
### Interfaces
<DocDefinitionList data={expressionXYObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={expressionXYObj.common.misc}/>