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:
Dominik Prokop
2020-12-15 10:18:30 +01:00
committed by GitHub
parent 3ee2e49d9a
commit 92527c2647
7 changed files with 238 additions and 12 deletions

View File

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