From: Matt Hegarty Date: Sun, 4 Jun 2023 22:43:02 +0000 (+0100) Subject: minor correction of documentation for 'Grace' (#11322) X-Git-Tag: v4.3.1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0b8beacf476ef24906ec3d2056e3d9170a9253b;p=thirdparty%2FChart.js.git minor correction of documentation for 'Grace' (#11322) --- diff --git a/docs/axes/cartesian/linear.md b/docs/axes/cartesian/linear.md index 695e9b69f..b85dcf698 100644 --- a/docs/axes/cartesian/linear.md +++ b/docs/axes/cartesian/linear.md @@ -56,7 +56,7 @@ let options = { ## Grace -If the value is string ending with `%`, its treat as percentage. If number, its treat as value. +If the value is a string ending with `%`, it's treated as a percentage. If a number, it's treated as a value. The value is added to the maximum data value and subtracted from the minimum data. This extends the scale range as if the data values were that much greater. ```js chart-editor