You must be logged in to post your query.
Home › Forums › Chart Support › Python Synchronized Charts using Django
Tagged: Django Python
sir in this chart how can i change the data i codun’t find any solution
@ankitlwt,
You can store json file in static folder and load it in view as data = open(dir_path + “/static/.json”).read(). You can then parse the JSON data in format accepted by CanvasJS Chart.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register