Skip to content

Commit c68e8a0

Browse files
authored
docs: fix axis maxPadding description (#294)
1 parent 6716ea0 commit c68e8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/chart/axis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export interface ChartAxis {
151151
};
152152
/** Padding of the max value relative to the length of the axis.
153153
* A padding of 0.05 will make a 100px axis 5px longer.
154+
* Does not apply for series with data normalization along on a specific axis (stacking: 'percent').
154155
* @default 0.05 for Y axis, 0.01 for X axis
155156
*/
156157
maxPadding?: number;

0 commit comments

Comments
 (0)