mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Pivot Table Conditional Formatting Doesn't Show All Options (#19071)
* fix: Pivot Table Conditional Formatting Doesn't Show All Options * PR comments * PR comments
This commit is contained in:
@@ -170,7 +170,10 @@ const config: ControlPanelConfig = {
|
||||
configFormLayout: {
|
||||
[GenericDataType.NUMERIC]: [[radarMetricMaxValue]],
|
||||
},
|
||||
mapStateToProps(explore, control, chart) {
|
||||
shouldMapStateToProps() {
|
||||
return true;
|
||||
},
|
||||
mapStateToProps(explore, _, chart) {
|
||||
const values =
|
||||
(explore?.controls?.metrics?.value as QueryFormMetric[]) ??
|
||||
[];
|
||||
|
||||
Reference in New Issue
Block a user