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 6716ea0 commit c68e8a0Copy full SHA for c68e8a0
src/types/chart/axis.ts
@@ -151,6 +151,7 @@ export interface ChartAxis {
151
};
152
/** Padding of the max value relative to the length of the axis.
153
* 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').
155
* @default 0.05 for Y axis, 0.01 for X axis
156
*/
157
maxPadding?: number;
0 commit comments