mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(timeseries): x-axis last month was hidden (#37181)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user