]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Custom tooltip: add data points infos (#3201)
authorbydooweedoo <bydooweedoo@gmail.com>
Wed, 19 Oct 2016 13:48:17 +0000 (21:48 +0800)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 19 Oct 2016 13:48:17 +0000 (08:48 -0500)
commit3bd4d283f758ccac1e3dd378d9157faef4a133bd
treea98305f3d9deeaf1396e283ae9317c10566fa9ed
parenta0388eff4cc38d69872190675bb17d49af841a93
Custom tooltip: add data points infos (#3201)

Expose tooltip items from tooltip model and added `x` and `y` properties to `TooltipItemInterface`
docs/01-Chart-Configuration.md
docs/09-Advanced.md
samples/dataPoints-customTooltips.html [new file with mode: 0644]
src/core/core.tooltip.js
test/core.tooltip.tests.js