]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
When the dataset label is not defined, the tooltip label string should not include...
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 28 Jan 2017 22:06:20 +0000 (17:06 -0500)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 11 Feb 2017 00:30:52 +0000 (19:30 -0500)
commitfed42e218a3b8cb3280e15828e0e33da6eee8a2e
tree3298f4ad2c41cd509f37374b819c7f6bf468d80c
parent8f217182b83fc6058fd10ebb73584fbbbbc9703a
When the dataset label is not defined, the tooltip label string should not include a ':' character. Added a test to cover this case.
src/core/core.tooltip.js
test/core.tooltip.tests.js