feat: x axis interval control to show ALL ticks on timeseries charts (#33729)

This commit is contained in:
Evan Rusackas
2025-06-10 21:40:56 -06:00
committed by GitHub
parent 86e7139245
commit e05ccb3824
17 changed files with 56 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ export default function transformProps(chartProps: EchartsBubbleChartProps) {
truncateXAxis,
truncateYAxis,
xAxisLabelRotation,
xAxisLabelInterval,
yAxisLabelRotation,
tooltipSizeFormat,
opacity,
@@ -197,6 +198,7 @@ export default function transformProps(chartProps: EchartsBubbleChartProps) {
},
},
nameRotate: xAxisLabelRotation,
interval: xAxisLabelInterval,
scale: true,
name: bubbleXAxisTitle,
nameLocation: 'middle',