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:
Dominik Prokop
2020-11-18 11:14:24 +01:00
committed by GitHub
parent cfc8d5681a
commit 05fbc614bd
22 changed files with 660 additions and 1256 deletions

View File

@ -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';