fix(timeseries): x-axis last month was hidden (#37181)

This commit is contained in:
Luis Sánchez
2026-01-19 13:19:34 -03:00
committed by GitHub
parent 4393db57d9
commit f4597be341
2 changed files with 52 additions and 1 deletions

View File

@@ -551,6 +551,10 @@ export default function transformProps(
formatter: xAxisFormatter,
rotate: xAxisLabelRotation,
interval: xAxisLabelInterval,
...(xAxisType === AxisType.Time && {
showMaxLabel: true,
alignMaxLabel: 'right',
}),
},
minorTick: { show: minorTicks },
minInterval: