Home Forums Chart Support Python Synchronized Charts using Django

Python Synchronized Charts using Django

Viewing 2 posts - 1 through 2 (of 2 total)
  • #42696

    sir in this chart how can i change the data i codun’t find any solution

    #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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.