Proposal: Declarative API for axes, scales and series configuration in Graph NG (#27862)

* Fix gdev dashboard

* API for declarative Axis, Series and Scales configuration

* Bring back time zone change support

* Update tests and fix type errors

* Review comments and fixes
This commit is contained in:
Dominik Prokop
2020-09-29 13:25:10 +02:00
committed by GitHub
parent 0c70308870
commit b995381816
18 changed files with 1359 additions and 359 deletions

View File

@ -71,6 +71,8 @@ export {
export { GraphCustomFieldConfig } from './uPlot/types';
export { UPlotChart } from './uPlot/Plot';
export * from './uPlot/geometries';
export { usePlotConfigContext } from './uPlot/context';
export { Canvas } from './uPlot/Canvas';
export * from './uPlot/plugins';