To know more about this feature, click here.

Using Linked Charts

In FusionCharts, you can configure the link between a parent chart and a descendant chart to perform different actions. You can, for instance, open a new chart with a chart type different from the parent chart, whenever the viewer clicks on a data plot.

Different Charts in Child Container

In FusionCharts, when you configure a drill down chart, you can set a descendant chart of a different type from the parent chart, which loads when the viewer clicks on a data plot.

For instance, in the given sample, you can see that when the viewer clicks on a data plot of the column (parent) chart, a pie (descendant) chart opens right below the column chart, with detailed data about the data plot.

Using Modal Popup

You can configure a drill down (parent) chart to open a new (descendant) chart in a popup, when the viewer clicks on a data plot. The new chart displays additional information about the data plot that the viewer clicks.

For instance, in the example, you can see a parent chart with data about “Top 4 most widely used mobile operating systems of 2014”. When the viewer clicks on a data plot (say, iOS), a new chart opens with data about the number of users of the 3 latest versions of iOS. The new chart also has a Close button. The viewer can click on that to return to the parent chart.

Click URL

In FusionCharts, you can configure a drill down chart to direct the viewer to a link, when the viewer clicks on a data plot. The link can have additional information regarding the data plot.

For instance, in the example, you can see a Spline chart plotted with data regarding the average monthly temperature in the US state of Texas. When the viewer clicks on one of the data plots, it automatically takes the user to a website, which shows the temperature in Texas at that moment.

To know more about this feature, click here.

Using Thumbnails

In FusionCharts, when you build charts of different types with the same data, you can display all of the charts as thumbnails on the page. That way, viewers can quickly maximize any of the charts, by clicking its corresponding thumbnail.

For instance, in the example, you can see the thumbnails for three different charts (Column, Pie, and Bar) given as thumbnails. The viewer can click on any of the thumbnails to instantly view the corresponding chart.

To know more about this feature, click here.

Drill Down Event API

In FusionCharts, you can use the drill down event API to quickly generate descendant charts using data from a data source (like a CSV file or a spreadsheet), when the viewer clicks on a node in the parent chart.

For instance, in the given example, whenever the viewer clicks on one of the data plots in the parent chart, the chart fetches data for the descendant chart from a CSV file and renders the chart instantly.