mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
39 lines
1.3 KiB
Text
39 lines
1.3 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: kibUnifiedHistogramPluginApi
|
|
slug: /kibana-dev-docs/api/unifiedHistogram
|
|
title: "unifiedHistogram"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the unifiedHistogram plugin
|
|
date: 2025-04-19
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram']
|
|
---
|
|
import unifiedHistogramObj from './unified_histogram.devdocs.json';
|
|
|
|
The `unifiedHistogram` plugin provides UI components to create a layout including a resizable histogram and a main display.
|
|
|
|
Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 69 | 0 | 35 | 6 |
|
|
|
|
## Client
|
|
|
|
### Functions
|
|
<DocDefinitionList data={unifiedHistogramObj.client.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={unifiedHistogramObj.client.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={unifiedHistogramObj.client.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={unifiedHistogramObj.client.misc}/>
|
|
|