Re: django graphs

2010-10-06 Thread shacker
On Oct 6, 3:24 am, ashy <ashwinmo...@gmail.com> wrote: > Hi All, > > I want to create line graph in django. I have installed django graphs, > but there aren't sufficient examples for line graphs in the examples > folder.  Any ideas how should I go ahead for graphs in django?

Re: django graphs

2010-10-06 Thread Carlton Gibson
On 6 Oct 2010, at 14:42, ashy wrote: > I am basically looking for a dynamic line graph, where in the points > on the x axis and the points on the graph are clickable. Also, I want > it to be integrated with the django app I am working. The YUI Charts library is pretty good.

Re: django graphs

2010-10-06 Thread Brian Bouterse
I've used the google-chartwrapperwith some success, maybe they have a chart type that would work for you. It has support for the Django template language seen here . Best, Brian

Re: django graphs

2010-10-06 Thread ashy
Thanks guys!! I am basically looking for a dynamic line graph, where in the points on the x axis and the points on the graph are clickable. Also, I want it to be integrated with the django app I am working. thanks ashy -- You received this message because you are subscribed to the Google

Re: django graphs

2010-10-06 Thread Tim Sawyer
I've used http://teethgrinder.co.uk/open-flash-chart-2/ and http://g.raphaeljs.com/ To do charts in a Django app. Tim. > ashy wrote: >> Hi All, >> >> I want to create line graph in django. I have installed django graphs, >> but there aren't sufficient examples for

Re: django graphs

2010-10-06 Thread Thomas Guettler
t; I want to create line graph in django. I have installed django graphs, > but there aren't sufficient examples for line graphs in the examples > folder. Any ideas how should I go ahead for graphs in django? > > thanks > ashwin > -- Thomas Guettler, http://www.thomas-guettler.de/

django graphs

2010-10-06 Thread ashy
Hi All, I want to create line graph in django. I have installed django graphs, but there aren't sufficient examples for line graphs in the examples folder. Any ideas how should I go ahead for graphs in django? thanks ashwin -- You received this message because you are subscribed