ChartJS is Blank
#10440
Replies: 1 comment 1 reply
-
Is there a reason you use the '=' sign twice in the const = myChart = new Chart(... This is your mistake Should be... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to build a flask app that displays ChartJS. Anything I try loads a blank page. The data seems to load on the html, but does not show a graph. Here is my HTML document calling ChartJS:
Please also see my repo:
https://github.com/jtsang02/flask-chartjs-app
Beta Was this translation helpful? Give feedback.
All reactions