Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f0a2d0

Browse files
committed
Add migration note
1 parent 3b9592d commit 8f0a2d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting-started/v3-migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released
3333
### Options
3434

3535
* 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`.
3637
* `scales.[x/y]Axes` arrays were removed. Scales are now configured directly to `options.scales` object with the object key being the scale Id.
3738
* `scales.[x/y]Axes.barPercentage` was moved to dataset option `barPercentage`
3839
* `scales.[x/y]Axes.barThickness` was moved to dataset option `barThickness`

0 commit comments

Comments
 (0)