kibana/api_docs/vis_type_vega.mdx

31 lines
1 KiB
Plaintext
Raw Normal View History

---
id: kibVisTypeVegaPluginApi
slug: /kibana-dev-docs/api/visTypeVega
title: "visTypeVega"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the visTypeVega plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega']
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 visTypeVegaObj from './vis_type_vega.json';
Registers the vega visualization. Is the elastic version of vega and vega-lite libraries.
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 |
|-------------------|-----------|------------------------|-----------------|
| 2 | 0 | 2 | 0 |
## Server
### Setup
<DocDefinitionList data={[visTypeVegaObj.server.setup]}/>
### Start
<DocDefinitionList data={[visTypeVegaObj.server.start]}/>