what do people use to display bar charts in their sites?
--
regards
Kenneth Gonsalves
--
regards
Kenneth Gonsalves
Google charts api
Kevin
Please excuse brevity, sent from phone
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
any clues on how to integrate this with django?
--
regards
Kenneth Gonsalves
amchart,zingchart, i'm trying to use zingchart in my site now, it
provide both flash and html5 solution.
--
regards
Kenneth Gonsalves
that is easy - how does one populate with data from django?
--
regards
Kenneth Gonsalves
no - I was looking at gviz_api, which I got to work in python, but not
with django.
--
regards
Kenneth Gonsalves
http://code.google.com/p/flot/
My docs about what I did:
http://drumcoder.co.uk/tags/flot/
Example (including zooming by slider):
http://brassbandresults.co.uk/bands/rothwell-temperance-band/
Enjoy,
Tim.
--
regards
Kenneth Gonsalves
got it to work. I had passed the json, but had to turn autoescape off to
get it to work.
--
regards
Kenneth Gonsalves
Pass serialized json as a template variable?
I found it faster and more efficient to generate the DataTable using
google's gviz_api
--
regards
Kenneth Gonsalves