
New option allows tooltips to appear when clicking/tapping, rather than on hover.
Features
- Added
"click"
option toshowTooltipOn
setting. If set, a tooltip will appear when clicking/tapping the element, rather than on hover. ExportMenu
now has two new private settings:menuElement
andlistElement
. These holds the actual DOM elements of the menu items.- Disposing
Exporting
object, will now dispose relatedExportingMenu
, if set. Legend
's item containers will now haverole="checkbox"
set by default.- Setting
focusable: true
onXYCursor
'slineX
and/orlineY
will now enable moving with the keyboard's arrow keys. - Improved arrangement of tooltips on an
XYChart
with multiple tooltips on the same data point and anXYCursor.
This helps stop tooltips from going off-screen.