-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar chart is not working? What am I doing wrong? #56
Comments
What is the template rendering looking like? Can you tell me what you see when you load the url in your browser? |
I'm curious if this works for anyone. It does not appear that there's even a way to set the colors on the bar chart (there's not a I have hacked together something that seems to work, and I can make a PR but I'm not sure this repo is even maintained, or if this would break things for existing users. |
Hello @iragm feel free to provide a PR. |
That is the code that is working on my system. I am brand new to both chart.js and this project, so feedback is welcome. Something I can't seem to figure out about this project is why there isn't a generic Chart class in base.py that has functions like |
My view:
My url:
Template:
Line chart works fine, but just a simple change to implement a bar chart just returns a grid with 1.0 max on Y axis.
The text was updated successfully, but these errors were encountered: