]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Scale: draw offset grid for labels before autoSkip (#8748)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 29 Mar 2021 20:53:47 +0000 (23:53 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 20:53:47 +0000 (16:53 -0400)
commitcdba66ccef67c4671fe4bf7873fbba7524c4e935
treef833a9c153fc7ed83ade9a34c16297767514ecef
parentfe406bf717444def6e7a6cb10b8e9120d9679450
Scale: draw offset grid for labels before autoSkip (#8748)

* Scale: draw offset grid for labels before autoSkip
* fix tests
21 files changed:
docs/docs/axes/styling.mdx
src/core/core.scale.js
src/scales/scale.category.js
test/fixtures/core.scale/autoSkip/offset.png
test/fixtures/core.scale/crossAlignment/cross-align-bottom-center.png
test/fixtures/core.scale/crossAlignment/cross-align-bottom-far.png
test/fixtures/core.scale/crossAlignment/cross-align-bottom-near.png
test/fixtures/core.scale/crossAlignment/cross-align-top-center.png
test/fixtures/core.scale/crossAlignment/cross-align-top-far.png
test/fixtures/core.scale/crossAlignment/cross-align-top-near.png
test/fixtures/scale.category/autoskip-grid-x.js [new file with mode: 0644]
test/fixtures/scale.category/autoskip-grid-x.png [new file with mode: 0644]
test/fixtures/scale.category/autoskip-grid-y.js [new file with mode: 0644]
test/fixtures/scale.category/autoskip-grid-y.png [new file with mode: 0644]
test/fixtures/scale.time/offset-with-1-tick.png
test/fixtures/scale.time/offset-with-2-ticks.png
test/fixtures/scale.timeseries/financial-daily.png
test/specs/core.layouts.tests.js
test/specs/platform.basic.tests.js
test/specs/scale.category.tests.js
test/specs/scale.time.tests.js