So from javascript I make an ajax call to a url thay is handled by a view function that return a google linechart object. How to display the chart from inside the callback function in the javascript? Whay should the view function return ?Httpresponse with the chart? Or how this can be done???
So from javascript I make an ajax call to a url thay is handled by a view function that return a google linechart object. How to display the chart from inside the callback function in the javascript? Whay should the view function return ?Httpresponse with the chart? Or how this can be done???