UNPKG

@mcdevsl/superset-ui

Version:
8 lines (7 loc) 474 B
export { default as BoxPlotChartPlugin } from './BoxPlot'; export { default as LegacyBoxPlotChartPlugin } from './BoxPlot/legacy'; export { default as ScatterPlotChartPlugin } from './ScatterPlot'; export { default as LegacyScatterPlotChartPlugin } from './ScatterPlot/legacy'; export { default as LineChartPlugin } from './Line'; export { default as LegacyLineChartPlugin } from './Line/legacy'; export { default as configureEncodable } from './configureEncodable';