mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-23 00:26:52 +01:00
Fix url bug (#8072)
This commit is contained in:
@@ -116,7 +116,7 @@ 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.
|
||||
The polar area chart uses the [radialLinear](../axes/radial/linear.mdx) scale. Additional configuration is provided via the scale.
|
||||
|
||||
## Default Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user