You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added way to determine if text label was autotruncated (label.text._display.trunacted).
Heikin Ashi indicator added to StockChart.
Changed
The following settings will carry over to Label's HTML content if set: fontFamily, fontSize, fontStyle, fontWeight, fontStyle, fontVariant, textDecoration.
When an MapChart is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out.
When arranging tooltips on an XYChart, will now pay attention to tooltipContainerBounds.bottom setting.
Fixed
ZoomableContainer was not zooming out properly if minZoomLevel was < 1.
PicturePattern was ignoring colorOpacity setting.
PicturePattern with fit: "pattern" set would sometimes not show actual image.
"Measure" drawing tool of StockChart was not including one volume bar value.
If a timezone was set on a chart and browser's locale was set to some non-English language, weekly grid was shown incorrecly on a DateAxis.
Changing text on a Label with oversizedBehavior="fit" would sometimes not revert to original scale even if the new text would fit into max width.