mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
49 lines
1.7 KiB
Text
49 lines
1.7 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: kibExpressionPartitionVisPluginApi
|
|
slug: /kibana-dev-docs/api/expressionPartitionVis
|
|
title: "expressionPartitionVis"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the expressionPartitionVis plugin
|
|
date: 2024-04-04
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
|
---
|
|
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 [@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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 73 | 0 | 73 | 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}/>
|
|
|