fix: drilling on the categorical xaxis on the mixed chart (#21845)

This commit is contained in:
Yongjie Zhao
2022-10-19 09:08:28 +08:00
committed by GitHub
parent f41d0b0cbf
commit f38115489b
3 changed files with 40 additions and 12 deletions

View File

@@ -499,5 +499,9 @@ export default function transformProps(
selectedValues: filterState.selectedValues || [],
onContextMenu,
xValueFormatter: tooltipFormatter,
xAxis: {
label: xAxisCol,
type: xAxisType,
},
};
}