mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
parent
f4792306e0
commit
e431554072
@ -105,6 +105,8 @@ These are the customisation options specific to Polar Area charts. These options
|
||||
| `animation.animateRotate` | `boolean` | `true` | If true, the chart will animate in with a rotation animation. This property is in the `options.animation` object.
|
||||
| `animation.animateScale` | `boolean` | `true` | If true, will animate scaling the chart from the center outwards.
|
||||
|
||||
The polar area chart uses the [radialLinear](../axes/radial/linear.md) scale. Additional configuration is provided via the scale.
|
||||
|
||||
## Default Options
|
||||
|
||||
We can also change these defaults values for each PolarArea type that is created, this object is available at `Chart.defaults.polarArea`. Changing the global options only affects charts created after the change. Existing charts are not changed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user