Changed Behavior

This section is for users using a previous version of FusionCharts in their application. Here we'll talk about the change in behavior of the charts after v3.20.x.

Resizing for Gauges

FusionCharts version 3.20 improves the resizing functionality for Gauges, adjusting the width of the chart container as expected. Before, the resize functionality did not work for the colorRange attribute.

Before, the chart’s container did not adjust accordingly.

In version 3.20, resizing the chart’s container works as expected.

Set the time format for the Time Navigator

FusionCharts version 3.20 enhanced the calculation of the time format of the x-axis to match the time format of the slider. Before, no calculation was present to sync the time format of the x-axis and the time format of the slider.

Before, the chart showed two different time formats.

In version 3.20, the chart shows equivalent time formats.

Remove scrollbar from legend container

FusionCharts version 3.20 allows users to disable the legend scroll bar, which helps handle the legend container's width on the chart. When the new disableLegendScroll attribute is set to 1, the scroll bar on the legend container gets disabled. If the text is too large and the legend shows an ellipsis, hovering over the text shows the tooltip with all the text from the legend.

Before, the scroll bar could not be disabled for the legend container.

In version 3.20, you can disable the scroll bar on the legend.

Bar Chart supports all events

FusionCharts version 3.20 improved the supported events and methods you can use with the Radial Bar chart. For example, the Radial Bar chart added the plotEventHandler method to allow mouse events on the chart.

Before, events such us dataPlotClick was not supported.

Now, with the new plotEventHandler method, you can use mouse events in the chart.