I’m new to ConvasJS.
My first chart makes use of the code from the Multi Series Chart example using Python.
Initially it worked. Now it’s stopped.
The 404 error emanates from this piece of code at the end of the template:
<body>
<h2>Check Point 2</h2>
<div id=”chartContainer” style=”width: 100%; height: 360px;”></div>
<cript src=”{% static ‘canvasjs.min.js’ %}”></cript>
</body>
I’ve followed the instructions, downloaded the commercial version of canvasJS and placed canvasjs.min.js into the same folder as the template that invokes canvasJS.min but nothing happens. The screen is blank.
What as I doing wrong?
Leslie
PS I’m sure you’ll understand why <cript> is there