Diogo

Adding link to column

Recommended Posts

Hi,

I'm using a waterfall chart and I need to open some pop-ups with extra information when the user click any of the chart column.

It is working fine, but I can't add a link to the total column. Is it possible, or I have to create my own total column? Now, I'm using the default "showSumAtEnd" : "1"

Thanks

teste.js

Share this post


Link to post
Share on other sites

Hi,

Using showSumAtEnd at the chart level adds the summation at the end automatically, and the link attribute for FusionCharts works at the data level which needs to be provided with each data label object, hence in order to show link pop up for total plots you need to make an object inside the data array and use isSum attribute inside the object and set as 1.

For reference please check the sample fiddle - http://jsfiddle.net/8zw235h8/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now