Skip to content

Commit c3a672e

Browse files
committed
Comment about axisLabel.textAlign added to d.ts file.
1 parent 97b5787 commit c3a672e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/weblib/js-api/vizzu.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ interface Marker extends DataPoint {
459459
}
460460

461461
/** Style settings for the values shown on the axis to display the scale
462-
being used or the categories along the axis. */
462+
being used or the categories along the axis.
463+
Note: textAlign has no effect on the Axis label. */
463464
interface AxisLabel extends OrientedLabel {
464465
/** Label position relatively to the plot. */
465466
position?: 'axis'|'max-edge'|'min-edge'|null;

0 commit comments

Comments
 (0)