mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat: x axis interval control to show ALL ticks on timeseries charts (#33729)
This commit is contained in:
@@ -29,6 +29,7 @@ export const defaultYAxis = {
|
||||
|
||||
export const defaultXAxis = {
|
||||
xAxisLabelRotation: 0,
|
||||
xAxisLabelInterval: 'auto',
|
||||
};
|
||||
|
||||
export const defaultLegendPadding = {
|
||||
|
||||
Reference in New Issue
Block a user