]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Remove options.scale, in favor of options.scales.r (#8393)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sat, 6 Feb 2021 21:19:21 +0000 (23:19 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Feb 2021 21:19:21 +0000 (16:19 -0500)
commitffe4ab14dce3256102e0935358099ec52e949d7a
tree91ce192a134a8d936941376e45e6969f9ce07342
parent6737cb0de6334231f0d8743456983cc79fc7e8f1
Remove options.scale, in favor of options.scales.r (#8393)

Remove options.scale, in favor of options.scales.r
105 files changed:
docs/docs/axes/radial/linear.mdx
docs/docs/charts/radar.mdx
docs/docs/getting-started/v3-migration.md
samples/charts/polar-area.html
samples/charts/radar-skip-points.html
samples/charts/radar.html
src/core/core.config.js
src/core/core.controller.js
test/fixtures/controller.polarArea/angle-array.json
test/fixtures/controller.polarArea/angle-lines.json
test/fixtures/controller.polarArea/angle-undefined.json
test/fixtures/controller.polarArea/backgroundColor/indexable-dataset.js
test/fixtures/controller.polarArea/backgroundColor/indexable-element-options.js
test/fixtures/controller.polarArea/backgroundColor/scriptable-dataset.js
test/fixtures/controller.polarArea/backgroundColor/scriptable-element-options.js
test/fixtures/controller.polarArea/backgroundColor/value-dataset.js
test/fixtures/controller.polarArea/backgroundColor/value-element-options.js
test/fixtures/controller.polarArea/border-align-center.json
test/fixtures/controller.polarArea/border-align-inner.json
test/fixtures/controller.polarArea/borderAlign/indexable-dataset.js
test/fixtures/controller.polarArea/borderAlign/indexable-element-options.js
test/fixtures/controller.polarArea/borderAlign/scriptable-dataset.js
test/fixtures/controller.polarArea/borderAlign/scriptable-element-options.js
test/fixtures/controller.polarArea/borderAlign/value-dataset.js
test/fixtures/controller.polarArea/borderAlign/value-element-options.js
test/fixtures/controller.polarArea/borderColor/indexable-dataset.js
test/fixtures/controller.polarArea/borderColor/indexable-element-options.js
test/fixtures/controller.polarArea/borderColor/scriptable-dataset.js
test/fixtures/controller.polarArea/borderColor/scriptable-element-options.js
test/fixtures/controller.polarArea/borderColor/value-dataset.js
test/fixtures/controller.polarArea/borderColor/value-element-options.js
test/fixtures/controller.polarArea/borderWidth/indexable-dataset.js
test/fixtures/controller.polarArea/borderWidth/indexable-element-options.js
test/fixtures/controller.polarArea/borderWidth/scriptable-dataset.js
test/fixtures/controller.polarArea/borderWidth/scriptable-element-options.js
test/fixtures/controller.polarArea/borderWidth/value-dataset.js
test/fixtures/controller.polarArea/borderWidth/value-element-options.js
test/fixtures/controller.radar/backgroundColor/scriptable.js
test/fixtures/controller.radar/backgroundColor/value.js
test/fixtures/controller.radar/borderCapStyle/scriptable.js
test/fixtures/controller.radar/borderCapStyle/value.js
test/fixtures/controller.radar/borderColor/scriptable.js
test/fixtures/controller.radar/borderColor/value.js
test/fixtures/controller.radar/borderDash/scriptable.js
test/fixtures/controller.radar/borderDash/value.js
test/fixtures/controller.radar/borderDashOffset/scriptable.js
test/fixtures/controller.radar/borderDashOffset/value.js
test/fixtures/controller.radar/borderJoinStyle/scriptable.js
test/fixtures/controller.radar/borderJoinStyle/value.js
test/fixtures/controller.radar/borderWidth/scriptable.js
test/fixtures/controller.radar/borderWidth/value.js
test/fixtures/controller.radar/borderWidth/zero.js
test/fixtures/controller.radar/fill/scriptable.js
test/fixtures/controller.radar/fill/value.js
test/fixtures/controller.radar/point-style.json
test/fixtures/controller.radar/pointBackgroundColor/indexable.js
test/fixtures/controller.radar/pointBackgroundColor/scriptable.js
test/fixtures/controller.radar/pointBackgroundColor/value.js
test/fixtures/controller.radar/pointBorderColor/indexable.js
test/fixtures/controller.radar/pointBorderColor/scriptable.js
test/fixtures/controller.radar/pointBorderColor/value.js
test/fixtures/controller.radar/pointBorderWidth/indexable.js
test/fixtures/controller.radar/pointBorderWidth/scriptable.js
test/fixtures/controller.radar/pointBorderWidth/value.js
test/fixtures/controller.radar/pointStyle/indexable.js
test/fixtures/controller.radar/pointStyle/scriptable.js
test/fixtures/controller.radar/pointStyle/value.js
test/fixtures/controller.radar/radius/indexable.js
test/fixtures/controller.radar/radius/scriptable.js
test/fixtures/controller.radar/radius/value.js
test/fixtures/controller.radar/rotation/indexable.js
test/fixtures/controller.radar/rotation/scriptable.js
test/fixtures/controller.radar/rotation/value.js
test/fixtures/controller.radar/showLine/value.js
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-end-span.json
test/fixtures/plugin.filler/fill-radar-boundary-end.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-span.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.json
test/fixtures/plugin.filler/fill-radar-boundary-origin.json
test/fixtures/plugin.filler/fill-radar-boundary-start-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-start-span.json
test/fixtures/plugin.filler/fill-radar-boundary-start.json
test/fixtures/plugin.filler/fill-radar-dataset-border.json
test/fixtures/plugin.filler/fill-radar-dataset-order.js
test/fixtures/plugin.filler/fill-radar-dataset-span.json
test/fixtures/plugin.filler/fill-radar-dataset-spline.json
test/fixtures/plugin.filler/fill-radar-dataset.json
test/fixtures/plugin.filler/fill-radar-value.json
test/fixtures/scale.radialLinear/anglelines-disable.json
test/fixtures/scale.radialLinear/anglelines-indexable.js
test/fixtures/scale.radialLinear/anglelines-scriptable.js
test/fixtures/scale.radialLinear/border-dash.json
test/fixtures/scale.radialLinear/circular-border-dash.json
test/fixtures/scale.radialLinear/gridlines-disable.json
test/fixtures/scale.radialLinear/gridlines-no-z.json
test/fixtures/scale.radialLinear/gridlines-scriptable.js
test/fixtures/scale.radialLinear/gridlines-z.json
test/fixtures/scale.radialLinear/indexable-gridlines.json
test/specs/controller.radar.tests.js
test/specs/core.controller.tests.js
test/specs/scale.radialLinear.tests.js
types/index.esm.d.ts