Skip to content

Commit

Permalink
fix(plugin-chart-pivot-table): dont apply colors to subtotals (#1269)
Browse files Browse the repository at this point in the history
* fix(plugin-chart-pivot-table): dont apply colors to subtotals

* Rename customize metrics to conditional formatting
  • Loading branch information
kgabryje authored and zhaoyongjie committed Nov 26, 2021
1 parent 635c182 commit 7a4ef38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/core": "0.17.75",
"@superset-ui/react-pivottable": "^0.12.10"
"@superset-ui/react-pivottable": "^0.12.11"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const config: ControlPanelConfig = {
config: {
type: 'ConditionalFormattingControl',
renderTrigger: true,
label: t('Customize metrics'),
label: t('Conditional formatting'),
description: t('Apply conditional color formatting to metrics'),
mapStateToProps(explore) {
const values = (explore?.controls?.metrics?.value as QueryFormMetric[]) ?? [];
Expand Down

0 comments on commit 7a4ef38

Please sign in to comment.