diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json index 7ec0bc3cfe65..7ab5afa1958d 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json @@ -28,7 +28,7 @@ "dependencies": { "@superset-ui/chart-controls": "0.17.42", "@superset-ui/core": "0.17.42", - "@superset-ui/react-pivottable": "^0.12.5" + "@superset-ui/react-pivottable": "^0.12.6" }, "peerDependencies": { "react": "^16.13.1" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.ts b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.ts index 943ff1f0c8d3..7ca6a6a34102 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.ts +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.ts @@ -148,6 +148,9 @@ const config: ControlPanelConfig = { ['Table With Subtotal Heatmap', t('Table Heatmap')], ['Table With Subtotal Col Heatmap', t('Table Col Heatmap')], ['Table With Subtotal Row Heatmap', t('Table Row Heatmap')], + ['Table With Subtotal Barchart', t('Table Barchart')], + ['Table With Subtotal Col Barchart', t('Table Col Barchart')], + ['Table With Subtotal Row Barchart', t('Table Row Barchart')], ], renderTrigger: true, description: t('The type of pivot table visualization'),