I am using a lisencesd version of FusionCharts XT. I have a requirement where I have to show some value in the tooltip other than the value plotted in the chart. Is there any way so that we can manipulate the json to add different values to the tooptip of the linecharts or mixed charts.
Example : Suppose I have have the data about a student's name, height and weight. Now I put the name (x-axis) and height (y-axis) in a line chart. Now for each name I want to show the weight in the tooltip of the nodes in the line. Is it posssible. If possible how can I achieve it.