mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [api-docs] Add pipeline to build api_docs daily * Fix kibanamachine remote * Add --repo * Fix PR creation * [api-docs] Daily api_docs build Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
46 lines
1.6 KiB
Text
46 lines
1.6 KiB
Text
---
|
|
id: kibExpressionPartitionVisPluginApi
|
|
slug: /kibana-dev-docs/api/expressionPartitionVis
|
|
title: "expressionPartitionVis"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the expressionPartitionVis plugin
|
|
date: 2022-06-14
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
|
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 expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
|
|
|
|
Expression Partition Visualization plugin adds a `partitionVis` renderer and `pieVis`, `mosaicVis`, `treemapVis`, `waffleVis` functions to the expression plugin. The renderer will display the `pie`, `waffle`, `treemap` and `mosaic` charts.
|
|
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 70 | 0 | 70 | 2 |
|
|
|
|
## Client
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionPartitionVisObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Start
|
|
<DocDefinitionList data={[expressionPartitionVisObj.server.start]}/>
|
|
|
|
## Common
|
|
|
|
### Functions
|
|
<DocDefinitionList data={expressionPartitionVisObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={expressionPartitionVisObj.common.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={expressionPartitionVisObj.common.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionPartitionVisObj.common.misc}/>
|
|
|