]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enable override settings for the axis border (#6883)
authorEvert Timberg <evert.timberg+github@gmail.com>
Fri, 3 Jan 2020 18:55:50 +0000 (13:55 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2020 18:55:50 +0000 (13:55 -0500)
commit4ab6d7cc2a947c39f33a09b1d79244f670adad2a
tree2d4edf4b647fcbe258f0e1c04c175051914a9c8b
parent5d94cacb91b96083485781f22d6b0dc44efaad9e
Enable override settings for the axis border (#6883)

* Enable override settings for the axis border - #4041

Adds two new options to the cartesian axis: `borderColor` and `borderWidth`
which are used to control the border drawn at the edge of the axis area.
If these options are not set, the first grid line settings are used.

* Correct spelling
docs/axes/styling.md
src/core/core.scale.js
test/fixtures/core.scale/cartesian-axis-border-settings.json [new file with mode: 0644]
test/fixtures/core.scale/cartesian-axis-border-settings.png [new file with mode: 0644]