Version 4.2.x
Version 4.2.0
5th September, 2025
New Features
- FusionCharts version 4.2 introduces the
ignoredepthforlineplotsattribute, which, when set totrue, makes the leftover line plot in anmscolumn3dlinedyorstackedcolumn3dlinedychart act as a 2D line. Otherwise, the line continues to appear in 3D. - FusionCharts version 4.2.0 introduces support for inverse axes in Scatter and Bubble charts. You can now reverse the X and Y axes by setting the new attributes
reversexaxisandreverseyaxistotruein the chart configuration.
Improvements
- Upgraded third-party integrations of C#, Python, and JAVA support to the latest version of the framework:
- C#: Upgraded to v2 major version, now supporting .NET 9.
- Python: Upgraded to v2 major version, now supporting Python 3.13.5 and Django 5.2.4.
- Java: Upgraded to v2 major version, now supporting Java 24.
- Added descriptions and documentation for the
legendWidthattribute, which allows managing legend width and avoiding unwanted scrollbars on legendbox. - Added an explicit Webpack public path assignment to ensure compatibility in non-browser-like environments such as React Native WebView.
- Upgraded third-party integrations support to the latest version of the framework:
- Upgraded
react-fusionchartsintegration supports the latest version of React v19. - Upgraded
vue-fusionchartsintegration supports the version Vue 3.5.17. - Upgraded
angular-fusionchartsintegration supports Angular v20.
- Upgraded
Fixes
- Resolved an Accessibility issue where resizing a chart using the Accessibility module changed the focus.
- Fixed an issue where the Color Range for maps was not working as expected in the latest version.
- Resolved an issue where the Hover effect did not work correctly when having multiple markers in FusionMaps.
- Fixed the issue where the Legend Caption exceeded the legend box limit, overlapping with the chart. Also, when using the
chartBottomMarginattribute, ensure that the value is set to a value higher than 5px; otherwise, the trial watermark and legend will overlap. - Resolved the issue where JS threw an error when opening the popup view in Scroll charts. This issue affected the following chart types:
scrollColumn2d,scrollBar2D,scrollcombi2d, andscrollStackedBar2D. - FusionCharts version 4.2 resolved an issue where the
displayValuewas unable to render the ampersand (&) symbol in various chart types. - Resolved an issue that prevented the
react-fusionchartscomponent from rendering correctly inside the shadow DOM. - Resolved an issue where Tooltips did not display upon hovering over values on an
Errorlinechart. Now, the tooltips are shown as expected. - Resolved the issue where ReactJS FusionCharts did not work as expected when using StrictMode. Users using React version 17 can use
react-fusionchartsversion 4.1.0, while those using React version 18 or higher should use the latestreact-fusionchartsversion.