Alpha panel: new Timeline/Discrete panel (#31973)

This commit is contained in:
Leon Sorokin
2021-04-06 18:06:46 -05:00
committed by GitHub
parent ea202513cd
commit 6082a9360e
15 changed files with 1389 additions and 5 deletions

View File

@ -221,6 +221,8 @@ export { usePlotContext, usePlotPluginContext } from './uPlot/context';
export { GraphNG, FIXED_UNIT } from './GraphNG/GraphNG';
export { useGraphNGContext } from './GraphNG/hooks';
export { BarChart } from './BarChart/BarChart';
export { Timeline } from './Timeline/Timeline';
export { BarChartOptions, BarStackingMode, BarValueVisibility, BarChartFieldConfig } from './BarChart/types';
export { TimelineOptions, TimelineFieldConfig } from './Timeline/types';
export { GraphNGLegendEvent, GraphNGLegendEventMode } from './GraphNG/types';
export * from './NodeGraph';