X Axis configuration
Title
This is the Axis title.
If no title is configured, then it is the same as hiding the title (it doesn’t take visual space).
Font size
This is the font size of the Axis Labels.
Format
This defines how dates should be formatted to display the X Axis labels :
- Time :
HH:MM
, example :23:59
- Day (long) / Time (default setting) :
ddd HH:MM
, example :Thu 23:59
- Day / Time :
dd HH:MM
, example :31 23:59
- Month / Day / Time :
mm-dd HH:MM
, example :12-31 23:59
- Date / Time :
yyyy-mm-dd HH:MM
, example :2020-12-31 23:59
- Month / Day :
mm-dd
, example :12-31
- Day / Month (long) :
dd mmm
, example :31 Dec
- Month (long) / Year :
mmm yyyy
, example :Dec 2020
- Date :
yyyy-mm-dd
, example :2020-12-31
Angle
This is the orientation of the Axis Labels.
Positive values rotate clockwise, negative values rotate counter-clockwise.
Align
This is the text alignment of the Axis Labels compared to the tick mark : left/center/right.
Overlap Rule
This represents how the Axis Labels are displayed when they overlap :
This defines the strategy to avoid overlap of the axis labels :
none
No strategy. If the labels overlap, they will be displayed as such.
parity
Removing every other label. This is the recommended default.
greedy
A linear scan of the labels is performed, removing any label that overlaps with the last visible label. This works better when the axis is not linear.
Y Axis configuration
Title
This is the Axis title.
If no title is configured, then it is the same as hiding the title (it doesn’t take visual space).
Font size
This is the font size of the Axis Labels.
Angle
This is the orientation of the Axis Labels.
Positive values rotate clockwise, negative values rotate counter-clockwise.
Align
This is the text alignment of the Axis Labels compared to the tick mark : left/center/right.
Post your comment on this topic.