We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b5787 commit c3a672eCopy full SHA for c3a672e
src/apps/weblib/js-api/vizzu.d.ts
@@ -459,7 +459,8 @@ interface Marker extends DataPoint {
459
}
460
461
/** Style settings for the values shown on the axis to display the scale
462
- being used or the categories along the axis. */
+ being used or the categories along the axis.
463
+ Note: textAlign has no effect on the Axis label. */
464
interface AxisLabel extends OrientedLabel {
465
/** Label position relatively to the plot. */
466
position?: 'axis'|'max-edge'|'min-edge'|null;
0 commit comments