mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(plugin-chart-echarts): render horizontal categories from top (#23273)
This commit is contained in:
@@ -370,6 +370,7 @@ export default function transformProps(
|
||||
if (isHorizontal) {
|
||||
[xAxis, yAxis] = [yAxis, xAxis];
|
||||
[padding.bottom, padding.left] = [padding.left, padding.bottom];
|
||||
yAxis.inverse = true;
|
||||
}
|
||||
|
||||
const echartOptions: EChartsCoreOption = {
|
||||
|
||||
Reference in New Issue
Block a user