mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
---
|
|
id: kibExpressionMetricVisPluginApi
|
|
slug: /kibana-dev-docs/api/expressionMetricVis
|
|
title: "expressionMetricVis"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the expressionMetricVis plugin
|
|
date: 2022-04-05
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
|
|
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 expressionMetricVisObj from './expression_metric_vis.devdocs.json';
|
|
|
|
Expression MetricVis plugin adds a `metric` renderer and function to the expression plugin. The renderer will display the `metric` 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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 46 | 0 | 46 | 1 |
|
|
|
|
## Common
|
|
|
|
### Functions
|
|
<DocDefinitionList data={expressionMetricVisObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={expressionMetricVisObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={expressionMetricVisObj.common.misc}/>
|
|
|