mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
docs: fix small error (#9724)
This commit is contained in:
parent
10292c6912
commit
28de4b00dc
@ -32,7 +32,7 @@ Options are resolved from top to bottom, using a context dependent route.
|
||||
|
||||
### Dataset element level options
|
||||
|
||||
Each scope is looked up with `elementType` prefix in the option name first, then wihtout the prefix. For example, `radius` for `point` element is looked up using `pointRadius` and if that does not hit, then `radius`.
|
||||
Each scope is looked up with `elementType` prefix in the option name first, then without the prefix. For example, `radius` for `point` element is looked up using `pointRadius` and if that does not hit, then `radius`.
|
||||
|
||||
* dataset
|
||||
* options.datasets[`dataset.type`]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user