mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
feat: x axis interval control to show ALL ticks on timeseries charts (#33729)
This commit is contained in:
@@ -179,6 +179,7 @@ export default function transformProps(
|
||||
xAxisBounds,
|
||||
xAxisForceCategorical,
|
||||
xAxisLabelRotation,
|
||||
xAxisLabelInterval,
|
||||
xAxisSort,
|
||||
xAxisSortAsc,
|
||||
xAxisTimeFormat,
|
||||
@@ -501,6 +502,7 @@ export default function transformProps(
|
||||
hideOverlap: true,
|
||||
formatter: xAxisFormatter,
|
||||
rotate: xAxisLabelRotation,
|
||||
interval: xAxisLabelInterval,
|
||||
},
|
||||
minorTick: { show: minorTicks },
|
||||
minInterval:
|
||||
|
||||
Reference in New Issue
Block a user