[4.9.5] - 2020-03-03
Added
- Third paramterer -
force
- added toChartCursor.triggerMove
. If set totrue
it will trigger all actions associated with the move even if the cursor is already at the same coordinates.
Fixed
- Exporting from ExportMenu will now prevent cursor (and releated tooltips) from appearing just before export so they are not included in exported image.
- Panning on a
MapChart
withpanBehavior = "rotateLongLat"
was not working properly since4.9.3
. - Disposed series was not being properly removed from
XYChartScrollbar
if it was used there. - Sprites with
dx
/dy
set androtation != 0
were not displaying fixed-position tooltip in correct position. - Changing
tooltipText
was causing the tooltip to hide if it was already visible andtooltipPosition
was set to"pointer"
. XYChart
with legend positioned to right/left was not positioningvalueLabels
properly (if aligned to right).TreeMap
legend was not functioning properly.