Home Forums Chart Support Python Synchronized Charts using Django Reply To: Python Synchronized Charts using Django

#42793

@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