mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 17:02:53 +08:00
Graph NG: EventsCanvas & WIP exemplars support (#28071)
* Use annotations data observable * WIP exemplars * Refactor usePlotContext to use getters instead of properties * Use DataFrame in EventsCanvas instead of custom type * Minor tweaks
This commit is contained in:
@ -75,6 +75,7 @@ export * from './uPlot/geometries';
|
||||
export { usePlotConfigContext } from './uPlot/context';
|
||||
export { Canvas } from './uPlot/Canvas';
|
||||
export * from './uPlot/plugins';
|
||||
export { useRefreshAfterGraphRendered } from './uPlot/hooks';
|
||||
export { usePlotContext, usePlotData, usePlotPluginContext } from './uPlot/context';
|
||||
|
||||
export { Gauge } from './Gauge/Gauge';
|
||||
|
Reference in New Issue
Block a user