GraphNG: adding possibility to toggle tooltip, graph and legend for series (#29575)

This commit is contained in:
Marcus Andersson
2021-01-06 21:40:32 +01:00
committed by GitHub
parent 78d72007d8
commit 7aa6926ef6
32 changed files with 1264 additions and 51 deletions

View File

@ -216,3 +216,4 @@ export * from './uPlot/plugins';
export { useRefreshAfterGraphRendered } from './uPlot/hooks';
export { usePlotContext, usePlotData, usePlotPluginContext } from './uPlot/context';
export { GraphNG } from './GraphNG/GraphNG';
export { GraphNGLegendEvent, GraphNGLegendEventMode } from './GraphNG/types';