]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Improve migration guide for innerRadius/outerRadius (#7218)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Fri, 27 Mar 2020 23:47:02 +0000 (16:47 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 23:47:02 +0000 (19:47 -0400)
docs/getting-started/v3-migration.md

index 12c92ceedcea88dfd0cd669e7a371ac2ad871a60..7a78f38fe709ad07a04a301416aac4ec6c31cecf 100644 (file)
@@ -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`