From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 27 Mar 2020 23:47:02 +0000 (-0700) Subject: Improve migration guide for innerRadius/outerRadius (#7218) X-Git-Tag: v3.0.0-beta.2~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a11914f5fa4e1165322974ad3429b7a14cd1b0;p=thirdparty%2FChart.js.git Improve migration guide for innerRadius/outerRadius (#7218) --- diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index 12c92ceed..7a78f38fe 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -171,10 +171,10 @@ The following properties and methods were removed: * `Chart.borderWidth` * `Chart.chart.chart` * `Chart.Controller` -* `Chart.innerRadius` +* `Chart.innerRadius` now lives on doughnut, pie, and polarArea controllers * `Chart.offsetX` * `Chart.offsetY` -* `Chart.outerRadius` +* `Chart.outerRadius` now lives on doughnut, pie, and polarArea controllers * `Chart.prototype.generateLegend` * `Chart.platform`. It only contained `disableCSSInjection`. CSS is never injected in v3. * `Chart.radiusLength`