]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enable scale title stroke (12092) (#12130) master
authorasmenezes <27907651+asmenezes@users.noreply.github.com>
Mon, 20 Oct 2025 22:37:39 +0000 (18:37 -0400)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 22:37:39 +0000 (18:37 -0400)
commite8c58daf72341c006313ee891facad326ac1c2a9
treeed01329de39dcf530f1c1f8738142f84e3ab1f09
parent2bbb96cd707e71dffd96010c37a389b7e0b4485d
Enable scale title stroke (12092) (#12130)

* Enable text stroke on scale titles

* update documentation

* specify stroke width units

* Simplify usage of strokeColor and strokeWidth

* Add scale title stroke test

* Enable text stroke on scale titles

* update documentation

* specify stroke width units

* Simplify usage of strokeColor and strokeWidth

* Add scale title stroke test

* Implement non image based tests

* Remove image based test
.gitignore
docs/axes/labelling.md
src/core/core.scale.js
src/types/index.d.ts
test/specs/core.scale.tests.js