mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix: drilling on the categorical xaxis on the mixed chart (#21845)
This commit is contained in:
@@ -499,5 +499,9 @@ export default function transformProps(
|
||||
selectedValues: filterState.selectedValues || [],
|
||||
onContextMenu,
|
||||
xValueFormatter: tooltipFormatter,
|
||||
xAxis: {
|
||||
label: xAxisCol,
|
||||
type: xAxisType,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user