]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enforce tooltip item `label` and `value` to be strings (#6030)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Fri, 1 Feb 2019 08:21:53 +0000 (16:21 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 1 Feb 2019 08:21:53 +0000 (09:21 +0100)
commit80a159eb9d18c0435ce1d58d04d64baa3ad246e1
tree761f6959abbf163253aabd641f3516b0f28d9a0d
parent97da221f27b41d48e243549372ed15137e34bb3e
Enforce tooltip item `label` and `value` to be strings (#6030)

Also update the docs for `xLabel` and `yLabel` to also accept a `number`.
docs/configuration/tooltip.md
src/core/core.tooltip.js
test/specs/core.tooltip.tests.js