mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
43 lines
1.3 KiB
Text
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-21
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 153 | 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}/>
|
|
|