]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Move scale defining options up from `ticks` (#6738)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 15 Nov 2019 17:11:13 +0000 (19:11 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 15 Nov 2019 17:11:13 +0000 (12:11 -0500)
commit7f97adf5a05d59ce388f62d958926f598fa0bcf5
tree78cc53404a70c28f4675a3d3752b8eec545497b7
parentaa3e4c4d270c3e197519982c015a70363f7ad0cd
Move scale defining options up from `ticks` (#6738)

* Move scale defining options up from `ticks`
* Include `ticks.reverse` in v3-migration
138 files changed:
docs/README.md
docs/axes/README.md
docs/axes/cartesian/category.md
docs/axes/cartesian/linear.md
docs/axes/radial/linear.md
docs/charts/bar.md
docs/charts/mixed.md
docs/charts/radar.md
docs/getting-started/usage.md
docs/getting-started/v3-migration.md
samples/charts/line/interpolation-modes.html
samples/charts/radar.html
samples/scales/gridlines-display.html
samples/scales/gridlines-style.html
samples/scales/linear/min-max-suggested.html
samples/scales/linear/min-max.html
samples/scales/linear/step-size.html
samples/scales/non-numeric-y.html
src/controllers/controller.polarArea.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.scale.js
src/plugins/plugin.filler.js
src/scales/scale.linear.js
src/scales/scale.linearbase.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js
test/fixtures/controller.bar/backgroundColor/scriptable.js
test/fixtures/controller.bar/bar-thickness-absolute.json
test/fixtures/controller.bar/bar-thickness-flex-offset.json
test/fixtures/controller.bar/bar-thickness-flex-single-reverse.json
test/fixtures/controller.bar/bar-thickness-flex-single.json
test/fixtures/controller.bar/bar-thickness-flex.json
test/fixtures/controller.bar/bar-thickness-max.json
test/fixtures/controller.bar/bar-thickness-min-interval.json
test/fixtures/controller.bar/bar-thickness-multiple.json
test/fixtures/controller.bar/bar-thickness-no-overlap.json
test/fixtures/controller.bar/bar-thickness-offset.json
test/fixtures/controller.bar/bar-thickness-per-dataset-stacked.json
test/fixtures/controller.bar/bar-thickness-per-dataset.json
test/fixtures/controller.bar/bar-thickness-reverse.json
test/fixtures/controller.bar/bar-thickness-single-xy.json
test/fixtures/controller.bar/bar-thickness-single.json
test/fixtures/controller.bar/bar-thickness-stacked.json
test/fixtures/controller.bar/borderColor/scriptable.js
test/fixtures/controller.bar/borderSkipped/scriptable.js
test/fixtures/controller.bar/borderWidth/scriptable-object.js
test/fixtures/controller.bar/borderWidth/scriptable.js
test/fixtures/controller.bar/chart-area-clip.js
test/fixtures/controller.bar/floatBar/float-bar-horizontal.json
test/fixtures/controller.bar/floatBar/float-bar-stacked-horizontal.json
test/fixtures/controller.bar/floatBar/float-bar-stacked.json
test/fixtures/controller.bar/floatBar/float-bar.json
test/fixtures/controller.bar/stacking/order-default.json
test/fixtures/controller.bar/stacking/order-specified.json
test/fixtures/controller.bubble/clip.js
test/fixtures/controller.bubble/point-style.json
test/fixtures/controller.line/backgroundColor/scriptable.js
test/fixtures/controller.line/borderCapStyle/scriptable.js
test/fixtures/controller.line/borderColor/scriptable.js
test/fixtures/controller.line/borderDash/scriptable.js
test/fixtures/controller.line/borderWidth/scriptable.js
test/fixtures/controller.line/clip/default-x-max.json
test/fixtures/controller.line/clip/default-x-min.json
test/fixtures/controller.line/clip/default-x.json
test/fixtures/controller.line/clip/default-y-max.json
test/fixtures/controller.line/clip/default-y-min.json
test/fixtures/controller.line/clip/default-y.json
test/fixtures/controller.line/clip/specified.json
test/fixtures/controller.line/point-style.json
test/fixtures/controller.line/pointBackgroundColor/scriptable.js
test/fixtures/controller.line/pointBorderColor/scriptable.js
test/fixtures/controller.line/pointBorderWidth/scriptable.js
test/fixtures/controller.line/pointStyle/scriptable.js
test/fixtures/controller.line/radius/scriptable.js
test/fixtures/controller.line/rotation/scriptable.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/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/core.scale/tick-drawing.json
test/fixtures/element.line/default.js
test/fixtures/element.line/skip/all.js
test/fixtures/element.line/skip/first-span.js
test/fixtures/element.line/skip/first.js
test/fixtures/element.line/skip/last-span.js
test/fixtures/element.line/skip/last.js
test/fixtures/element.line/skip/middle-span.js
test/fixtures/element.line/skip/middle.js
test/fixtures/element.line/stepped/after.js
test/fixtures/element.line/stepped/before.js
test/fixtures/element.line/stepped/default.js
test/fixtures/element.line/stepped/middle.js
test/fixtures/element.line/tension/default.js
test/fixtures/element.line/tension/one.js
test/fixtures/element.line/tension/zero.js
test/specs/controller.bar.tests.js
test/specs/controller.line.tests.js
test/specs/core.controller.tests.js
test/specs/core.scale.tests.js
test/specs/core.ticks.tests.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.logarithmic.tests.js
test/specs/scale.radialLinear.tests.js
test/specs/scale.time.tests.js