FusionCharts XT

JavaScript (HTML5) enterprise-grade charts and graphs for dynamic web applications.

Published by FusionCharts
Distributed by ComponentSource since 2020

Prices from: $ 77.42

i

Please note that FusionCharts new licenses are available as part of FusionCharts Suite

FusionCharts Suite is available as an Annual and Perpetual licenses.

FusionCharts XT v3.11.3

Released: Nov 1, 2016

Updates in V3.11.3

Features

Key Change: The current pricing plan has been changed to an annual model, based on the number of developers.

Common Updates:

  • Toolbars can now be customized using the following attributes:
    • toolbarX
    • toolbarY
    • toolbarHAlign
    • toolbarYAlign
    • toolbarPosition
  • The message font and font color can now be customized when the ​showChartMessage() method is used to set custom chart messages. The ​showChartMessage() API is now modified to: showChartMessage(text, modal, cancelable, customAttrs) Where, ​customAttrs is an object that​ can take the ​color, ​fontSize, and ​font attributes as values.
  • Tooltips no longer overflow out of charts. Previously, in spite of enough space being available, the tooltips would flow out of charts. Now, if there is sufficient rendering space available, the tooltip is constrained to fit inside the chart.
  • Trailing commas in the JS code generated by the .NET wrapper have now been removed.

Fixes

FusionCharts Fixes:

  • For the zoomline dual y-axis chart, the traditional tooltip now includes the value of the sNumberPrefix attribute. Previously, when the ​numberPrefix and ​sNumberPrefix attributes were defined, only the value for the ​numberPrefix attribute was rendered in the tooltip.
  • The ​sNumberSuffix​ attribute is now applied to the csv data for dual y-axis charts.
  • For the pie and doughnut charts, label space management has been implemented for all valid values of the ​labelFontSize attribute. Previously, labels overlapped for larger font sizes.
  • For the pie and doughnut charts, the ​enableSlicing attribute can now be used at the ​data object level to enable/disable slicing for a particular data plot. Previously, ​enableSlicing was supported only at the ​chart object level.
  • Incorrect width calculation, when the ‘/’ character is included in the smart label for pie and doughnut charts, has been fixed.
  • For multi-series charts, when the ​plotHighlightEffect​ attribute is defined, the JS error thrown upon hovering over a legend item has been fixed.

Common Fixes:

  • Behavioral issues encountered when the ​clickURL​ attribute and the ​export event are used together have been fixed. Previously, the events would be triggered together resulting in chart export and redirection happening at the same time.
  • Message log buttons are now hidden when ​messageGoesToLog=0.
  • Tooltip rendering issues in the Bootstrap Modal Window have been fixed.
  • For all Cartesian charts, when ​decimals=0, the issue of numeric values repeating for consecutive div lines along the y-axis has been fixed.
  • Y-axis scaling is now done based on trend-line values, along with data values. Previously, when the trend-line values were not included, due to the difference between the largest data value and the trend-line value, the latter was often not visible on the chart.
  • For server-side export, the ​exported event is now triggered as expected. Previously, the event was not triggered when ​exportAction=save.
  • The ​exportFormats attribute can now be used for enabling export in selected formats. Previously, even though a single format was passed as value to this attribute, the export menu still showed all the supported formats.