agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 98 forks source link

Chart does not load when table update instead of page refresh #117

Open jrsenthilk23 opened 7 years ago

jrsenthilk23 commented 7 years ago

I realize that when i use {{chart.as_html}} it works fine on page refresh or when the page is loaded for the first time. But when i do a table update whereby i only update the table with ajax where the chart is with new data instead of page refresh, the graph is not drawn and its just blank.

Anyway to work around this or is it a bug? I cant seem to find any solution for this. Any help is highly appreciated.

Thanks