mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
49 lines
1.4 KiB
Text
49 lines
1.4 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: 2025-03-04
|
|
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 [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 182 | 0 | 171 | 13 |
|
|
|
|
## Client
|
|
|
|
### Objects
|
|
<DocDefinitionList data={expressionXYObj.client.objects}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionXYObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Start
|
|
<DocDefinitionList data={[expressionXYObj.server.start]}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={expressionXYObj.common.objects}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={expressionXYObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionXYObj.common.misc}/>
|
|
|