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 more gchart charts in ui #49

Closed akshar-raaj closed 8 years ago

akshar-raaj commented 8 years ago

All chart types supported by gchart should be shown at http://localhost:8000/gchart/. Two things need to be done here:

  1. Candlestick chart isn't shown in html even though it's passed from the context. See why candlestick chart isn't shown.
  2. gchart supports AreaChart but AreaChart isn't shown in html. Show AreaChart in gchart demo.