Title
A scale title is the label that appears alongside the axes (scales) of the chart, providing descriptive information about the data represented by that axis. It helps users understand the context of the chart by explaining what the axis values mean.
Display¶
If true, display the axis title. Default false
Align¶
Alignment of the axis title. Possible options are 'start'
, 'center'
and 'end'
. Default 'center'
Text¶
The text for the title. (i.e. "# of People" or "Response Choices").
The text for the title(s).Color¶
Font¶
Padding¶
Padding to apply around scale labels. Only top, bottom and y are implemented.
Default 4