]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Generate ticks from small to large (#7559)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 29 Jun 2020 11:52:28 +0000 (04:52 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 11:52:28 +0000 (07:52 -0400)
commit919e50b9fcbcadfceac6e85d5b0d1347a2e6fbb7
tree3bf7b4fc1767f2e60e8f09b2d00beace57018050
parent2ca155cce16b9bdc327030e169f8e69f3f5b627a
Generate ticks from small to large (#7559)

* Generate ticks from small to large
* Add note to migration guide
docs/docs/getting-started/v3-migration.md
src/scales/scale.linear.js
src/scales/scale.linearbase.js
test/fixtures/core.layouts/long-labels.png
test/specs/core.layouts.tests.js
test/specs/core.ticks.tests.js
test/specs/plugin.tooltip.tests.js
test/specs/scale.linear.tests.js