mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
feat: x axis interval control to show ALL ticks on timeseries charts (#33729)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user