On Fri, 7 Jun 2013 01:20:27 -0700 (PDT)
tony gair <tonytheg...@gmail.com> wrote:

> 
> 
> I would like to hear peoples opinions on third party django charting apps, 
> with various considerations. My primary consideration would ease of use by 
> a django noob. Thanks
>

You can quite easily use pretty much any JS charting libraries. Google Charts 
for example. And pretty much any JS framework you pick do seem to have some 
kind of a charting library available.

Simplest way in most cases is to render data for char as a JSON (which in turn 
can be uses as-is in for JS)

-- 

Jani Tiainen

"Impossible just takes a little longer"

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to