mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Enable the new pivot table (#14187)
This commit is contained in:
committed by
GitHub
parent
be78cd1a1f
commit
cab110e354
513
superset-frontend/package-lock.json
generated
513
superset-frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -90,6 +90,7 @@
|
||||
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.6",
|
||||
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.32",
|
||||
"@superset-ui/plugin-chart-echarts": "^0.17.32",
|
||||
"@superset-ui/plugin-chart-pivot-table": "^0.17.33",
|
||||
"@superset-ui/plugin-chart-table": "^0.17.32",
|
||||
"@superset-ui/plugin-chart-word-cloud": "^0.17.32",
|
||||
"@superset-ui/preset-chart-xy": "^0.17.32",
|
||||
|
||||
@@ -67,6 +67,7 @@ import {
|
||||
TimeColumnFilterPlugin,
|
||||
TimeGrainFilterPlugin,
|
||||
} from 'src/filters/components/';
|
||||
import { PivotTableChartPlugin as PivotTableChartPluginV2 } from '@superset-ui/plugin-chart-pivot-table';
|
||||
import FilterBoxChartPlugin from '../FilterBox/FilterBoxChartPlugin';
|
||||
import TimeTableChartPlugin from '../TimeTable/TimeTableChartPlugin';
|
||||
|
||||
@@ -104,6 +105,7 @@ export default class MainPreset extends Preset {
|
||||
new PartitionChartPlugin().configure({ key: 'partition' }),
|
||||
new EchartsPieChartPlugin().configure({ key: 'pie' }),
|
||||
new PivotTableChartPlugin().configure({ key: 'pivot_table' }),
|
||||
new PivotTableChartPluginV2().configure({ key: 'pivot_table_v2' }),
|
||||
new RoseChartPlugin().configure({ key: 'rose' }),
|
||||
new SankeyChartPlugin().configure({ key: 'sankey' }),
|
||||
new SunburstChartPlugin().configure({ key: 'sunburst' }),
|
||||
|
||||
Reference in New Issue
Block a user