mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
build: bump superset-ui to 0.13 (#9757)
* chore: bump superset-ui * build: bump superset-ui to 0.13 * docs: remove comment
This commit is contained in:
committed by
GitHub
parent
d59e50ff1f
commit
52de32b9d7
@@ -41,13 +41,8 @@ import SankeyChartPlugin from '@superset-ui/legacy-plugin-chart-sankey';
|
||||
import SunburstChartPlugin from '@superset-ui/legacy-plugin-chart-sunburst';
|
||||
import TableChartPlugin from '@superset-ui/legacy-plugin-chart-table';
|
||||
import TreemapChartPlugin from '@superset-ui/legacy-plugin-chart-treemap';
|
||||
import WordCloudChartPlugin from '@superset-ui/legacy-plugin-chart-word-cloud';
|
||||
import { LegacyWordCloudChartPlugin } from '@superset-ui/plugin-chart-word-cloud';
|
||||
import WorldMapChartPlugin from '@superset-ui/legacy-plugin-chart-world-map';
|
||||
// There is a known issue with bubble chart that the bubbles will not show up.
|
||||
// (<path d="NaN" />)
|
||||
// Make sure to import '@superset-ui/legacy-preset-chart-nvd3/lib'
|
||||
// Not '@superset-ui/legacy-preset-chart-nvd3',
|
||||
// which will point to '@superset-ui/legacy-preset-chart-nvd3/esm' by default
|
||||
import {
|
||||
AreaChartPlugin,
|
||||
BarChartPlugin,
|
||||
@@ -61,7 +56,7 @@ import {
|
||||
PieChartPlugin,
|
||||
TimePivotChartPlugin,
|
||||
} from '@superset-ui/legacy-preset-chart-nvd3';
|
||||
import { BoxPlotChartPlugin } from '@superset-ui/preset-chart-xy/esm/legacy';
|
||||
import { LegacyBoxPlotChartPlugin } from '@superset-ui/preset-chart-xy';
|
||||
import { DeckGLChartPreset } from '@superset-ui/legacy-preset-chart-deckgl';
|
||||
|
||||
import FilterBoxChartPlugin from '../FilterBox/FilterBoxChartPlugin';
|
||||
@@ -77,7 +72,7 @@ export default class MainPreset extends Preset {
|
||||
new BarChartPlugin().configure({ key: 'bar' }),
|
||||
new BigNumberChartPlugin().configure({ key: 'big_number' }),
|
||||
new BigNumberTotalChartPlugin().configure({ key: 'big_number_total' }),
|
||||
new BoxPlotChartPlugin().configure({ key: 'box_plot' }),
|
||||
new LegacyBoxPlotChartPlugin().configure({ key: 'box_plot' }),
|
||||
new BubbleChartPlugin().configure({ key: 'bubble' }),
|
||||
new BulletChartPlugin().configure({ key: 'bullet' }),
|
||||
new CalendarChartPlugin().configure({ key: 'cal_heatmap' }),
|
||||
@@ -110,7 +105,7 @@ export default class MainPreset extends Preset {
|
||||
new TimePivotChartPlugin().configure({ key: 'time_pivot' }),
|
||||
new TimeTableChartPlugin().configure({ key: 'time_table' }),
|
||||
new TreemapChartPlugin().configure({ key: 'treemap' }),
|
||||
new WordCloudChartPlugin().configure({ key: 'word_cloud' }),
|
||||
new LegacyWordCloudChartPlugin().configure({ key: 'word_cloud' }),
|
||||
new WorldMapChartPlugin().configure({ key: 'world_map' }),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user