FusionCharts Suite XT v3.17.x

Released: Apr 29, 2021

Updates in v3.17.x

v3.17.0

Updated Apr 29, 2021

Features

  • Added support for smart labels for multi-level pie charts, these labels automatically adjust the data labels inside the plot, making data more readable.
  • Added new chart type: Radial Bar - A new chart type that belongs to FusionWidgets XT. The Radial Bar allows users to compare categories using a circular shape bar chart.
  • Added accessibility support making the library Web Content Accessibility Guidelines (WCAG) 2.1 compliant.
  • The Heat map chart now allows users to apply specific font properties to each quadrant label in the individual heat map cells.
  • Added the ability to configure the tooltip position.
  • Added the ability to configure plot border cosmetics at data plot (single-series charts) and data-series level (multi-series level).
  • FusionTime has been updated to v2.5.0.
    • FusionTime now supports the customization of tooltip content for Time-series charts. Users can customize tooltips by specifying the background and border colors and much more.
    • Zooming from both inside and outside the plot area now works properly for all browsers.
    • Improved the space management by making the margin and paddings ratios remain constant when multiple canvases with different dimensions are present. (Previously whenever the height of a multi-variate chart was increased an additional top margin was added.)
    • Improved the auto time-axis clipping feature to function at all times independent of the time zone.

Fixes

  • Exporting a Heatmap chart to a CSV or XLS file now exports all the Heatmap chart data correctly. Previously the files were exported with incomplete data.
  • The Box and Whisker chart when exported to a CSV or XLSX file now exports data correctly. Previously the CSV or XLSX export was returning incorrect data.
  • Trend lines and trend zones now render properly. Previously, plotting trend line and trend zone worked incorrectly if the endValue is set to 0.
  • The Horizontal LED chart now displays the lowerLimit value as expected. Previously, when the lowerLimit value was set to a non-zero value, the Horizontal LED chart rendered 0 as the lower limit.
  • The valueAlpha attribute is now working as expected. Previously, the valueAlpha attribute was not working properly for trend lines and trend zones.
  • Using the getSVGString method now generates a proper SVG string to successfully export a Chord Diagram to an SVG. Previously, the getSVGString method generated an incorrect SVG string resulting in an error.
  • Updating chart data via the setJSONURL method updates all chart properties as expected. Previously, when using the setJSONURL method the chart properties were not updated correctly.
  • For mobile devices, the page scrolling behavior now works properly.
  • The Bullet Graph now displays tooltips for both value and target value as expected. Previously, the tooltip was not shown for the target value.
  • Resizing a chart with null data now works properly. Previously, upon resizing a chart with null data a JS error was thrown for the getLogicalSpace property.