Releases: wbercx/Chart.StackedBar.js
Releases · wbercx/Chart.StackedBar.js
Stupid mistake
Added 'metaData' to the datasetObjects.
Added a metaData
field to the datasetObjects. This is handy for storing extra information to use with - for example - click events on the canvas.
Fixed mouseleave issue.
Tooltip was not disappearing when the mouse stopped hovering over a bar, which is now fixed.
Added singleTooltip support
This release adds support for single tooltips. When hovering over a bar, it shows a tooltip for that particular bar, not a summary of the entire stack it is part of.
Set singleTooltip
to true
in your chart options when creating a new chart instance.
Also changed some syntax and converted tabs to spaces.