I am planning to use Google charts to display the data available on my server by an ajax request from the client side. But I am not able to figure out how to set the callback method for the Google API as the callback method will be having some parameters to populate the chart. The method needs to have the parameters as I was thinking to write the method to be generic to be used elsewhere as well.
I am pretty naive to the approach, hence any kind of help will highly appreciated.
Thanks in advance!!