minor correction of documentation for 'Grace' (#11322)

This commit is contained in:
Matt Hegarty 2023-06-04 23:43:02 +01:00 committed by GitHub
parent c57feead3a
commit f0b8beacf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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