From 4c9240c922479e432ac4e4cfa5334393aaecb28e Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Fri, 27 Dec 2019 09:35:57 +0200 Subject: [PATCH] Add migration note --- docs/getting-started/v3-migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index 379863d8009..31db6642792 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -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`