Home Forums Chart Support Read extra data sent in the AJAX JSON string Reply To: Read extra data sent in the AJAX JSON string

#42211

Thank you Manoj

Your syntax didnt get me there but helped by giving me some more options to try. I suspect your solution needs to be placed in a exact location of the chart’s functions for it to work.

This is what I would up with that is working by placing at the end of the function: function addData(data){}

pageName = dataPoints[0].extraData;
alertMessage = dataPoints[1].extraData;