From 40a11914f5fa4e1165322974ad3429b7a14cd1b0 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:47:02 -0700 Subject: [PATCH] Improve migration guide for innerRadius/outerRadius (#7218) --- docs/getting-started/v3-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 2.47.2