Loading
What's New in v3.12.0
-
FusionCharts Suite XT introduces
data skippingstarting version 3.12.0. In case of huge data, data skipping draws only those plots in the canvas that actually create a data trend. -
The
reverseAxisattribute has been introduced to reverse the x-axis and set the labels in descending order from left to right in scatter and bubble charts. This attribute works only when the x-axis is represented usingnumericvalues. By default, the labels are set in the ascending order - An element—called the cross line—has been introduced for all column, bar, area and line 2D charts. It is a vertical line/area used as quick reference for the data plots.
The following new attributes have been introduced for configuring the cross line:drawCrossLineCrosslinecolorCrosslinealphaCrosslineanimationCrosslineanimationdurationTooltipgrayoutcolorPlotcolorintooltip
- Starting v3.12.0, all actions for the chart configurations & space management is executed in a separate thread before rendering the graphics of the chart (that is carried out when the
render()function is called). Previously, all these actions were executed in the same thread.
TheasyncRenderproperty has been introduced to enable/disable this feature.