mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 23:14:30 +08:00
Refactor declarative series configuration to a config builder (#29106)
* Wip: refactor declarative series configuration to a config builder * Fix plugins initialization * Config builder reorg and tests * Typecheck * Update packages/grafana-ui/src/components/uPlot/context.ts * Scales config tweak * Temp disable tests * Disable some tests temporarily
This commit is contained in:
@ -210,7 +210,6 @@ export { LegacyForms, LegacyInputStatus };
|
||||
export { GraphCustomFieldConfig, AxisSide } from './uPlot/types';
|
||||
export { UPlotChart } from './uPlot/Plot';
|
||||
export * from './uPlot/geometries';
|
||||
export { usePlotConfigContext } from './uPlot/context';
|
||||
export * from './uPlot/plugins';
|
||||
export { useRefreshAfterGraphRendered } from './uPlot/hooks';
|
||||
export { usePlotContext, usePlotData, usePlotPluginContext } from './uPlot/context';
|
||||
|
Reference in New Issue
Block a user