agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 97 forks source link

Add gauge charts #58

Closed nkuttler closed 8 years ago

nkuttler commented 8 years ago

This commit adds gauge charts to the gchart renderer. Please let me know if you need documentation, the demo project seemed overly complex to set up.

akshar-raaj commented 8 years ago

@nkuttler Can you add it in demo project, i.e at http://localhost:8000/gchart/, otherwise it's hard to verify that it works as expected and that the chart renders properly.

With recent README, demo project shouldn't be hard to setup. If you still think it's complex, a PR for that would be welcome too :)

nkuttler commented 8 years ago

I have added the chart to the demo page and it works for me.

Re complex, I was surprised about the need for mongo, numpy etc. But I think you run the same code on the live site, so it makes sense I guess.

akshar-raaj commented 8 years ago

@nkuttler Merged. Thanks!