]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Update the tooltip with a new `caretPadding` setting. Previously this value was essen...
authoretimberg <evert.timberg@gmail.com>
Tue, 28 Mar 2017 00:19:57 +0000 (20:19 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Tue, 28 Mar 2017 22:17:26 +0000 (18:17 -0400)
commit222479c5c7bf75d46c6ef4b5927639c2e6dca105
treed22d3a984e4c4623620d7debf7e2cbe66b422900
parent6f99157eb8857c90c7733c5c5ca896938c0ba48b
Update the tooltip with a new `caretPadding` setting. Previously this value was essentially hard coded to
 2 because of a typo that read it from the positioner output. Based on #3599 we agreed to make this into
a config setting.
docs/configuration/tooltip.md
src/core/core.tooltip.js
test/specs/core.tooltip.tests.js