Skip to content

Commit

Permalink
feat(plugin-chart-pivot-table): implement barchart highlight (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and zhaoyongjie committed Nov 25, 2021
1 parent 55c3edf commit fba4025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit fba4025

Please sign in to comment.