mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 01:03:03 +08:00
GraphNG: Enable scale distribution configuration (#29684)
* Enable scale distribution configuration * use uPlot's rangeLog() instead of rangeNum() for log scales * merge master * Remove unsupported log bases Co-authored-by: Leon Sorokin <leeoniya@gmail.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@ -206,7 +206,7 @@ const LegacyForms = {
|
||||
export { LegacyForms, LegacyInputStatus };
|
||||
|
||||
// WIP, need renames and exports cleanup
|
||||
export { GraphFieldConfig, graphFieldOptions } from './uPlot/config';
|
||||
export * from './uPlot/config';
|
||||
export { UPlotChart } from './uPlot/Plot';
|
||||
export * from './uPlot/geometries';
|
||||
export * from './uPlot/plugins';
|
||||
|
Reference in New Issue
Block a user