mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(Heatmap): addin x axis label rotation (#34239)
This commit is contained in:
@@ -99,6 +99,7 @@ export default function transformProps(
|
||||
valueBounds,
|
||||
yAxisFormat,
|
||||
xAxisTimeFormat,
|
||||
xAxisLabelRotation,
|
||||
currencyFormat,
|
||||
} = formData;
|
||||
const metricLabel = getMetricLabel(metric);
|
||||
@@ -251,6 +252,7 @@ export default function transformProps(
|
||||
axisLabel: {
|
||||
formatter: xAxisFormatter,
|
||||
interval: xscaleInterval === -1 ? 'auto' : xscaleInterval - 1,
|
||||
rotate: xAxisLabelRotation,
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
|
||||
Reference in New Issue
Block a user