kibana/api_docs/expression_metric_vis.mdx
2021-10-11 19:46:01 -04:00

34 lines
1.2 KiB
Plaintext

---
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: 2020-11-16
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.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 |
|-------------------|-----------|------------------------|-----------------|
| 49 | 0 | 49 | 0 |
## Common
### Functions
<DocDefinitionList data={expressionMetricVisObj.common.functions}/>
### Interfaces
<DocDefinitionList data={expressionMetricVisObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={expressionMetricVisObj.common.misc}/>