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.