Skip to content

Commit

Permalink
Add migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 31, 2019
1 parent 90ac322 commit 4c9240c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/v3-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released

### Options

* `Polar area` `startAngle` option is now consistent with `Radar`, 0 is at top and value is in degrees. Default is changed from `-½π` to `0`.
* `scales.[x/y]Axes` arrays were removed. Scales are now configured directly to `options.scales` object with the object key being the scale Id.
* `scales.[x/y]Axes.barPercentage` was moved to dataset option `barPercentage`
* `scales.[x/y]Axes.barThickness` was moved to dataset option `barThickness`
Expand Down

0 comments on commit 4c9240c

Please sign in to comment.