Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9592d commit 8f0a2d0Copy full SHA for 8f0a2d0
docs/getting-started/v3-migration.md
@@ -33,6 +33,7 @@ Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released
33
### Options
34
35
* The dataset option `tension` was renamed to `lineTension`
36
+* `Polar area` `startAngle` option is now consistent with `Radar`, 0 is at top and value is in degrees. Default is changed from `-½π` to `0`.
37
* `scales.[x/y]Axes` arrays were removed. Scales are now configured directly to `options.scales` object with the object key being the scale Id.
38
* `scales.[x/y]Axes.barPercentage` was moved to dataset option `barPercentage`
39
* `scales.[x/y]Axes.barThickness` was moved to dataset option `barThickness`
0 commit comments