From f0b8beacf476ef24906ec3d2056e3d9170a9253b Mon Sep 17 00:00:00 2001 From: Matt Hegarty Date: Sun, 4 Jun 2023 23:43:02 +0100 Subject: [PATCH] minor correction of documentation for 'Grace' (#11322) --- docs/axes/cartesian/linear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/cartesian/linear.md b/docs/axes/cartesian/linear.md index 695e9b69f85..b85dcf6981b 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