Chartjs-How to plot Django data on a Chart.js graph?

0👍

You will need to enclose the context keys with "{{ and }}" while referencing in js. In the html dates and scores needs to updated as "{{dates}}" and "{{scores}}". Make sure to use appropriate tags and filters. You can refer the docs for more info.

Leave a comment