Re: django charts

2010-11-23 Thread Pablo Ilardi
My 2 cents, I'm using http://code.google.com/p/flot/ does the job on the browser side, you just have to pass it the data from django, it works very good and is cross browser. - Pablo On Nov 19, 3:56 am, Priya wrote: > Hi, > I am a new user to django ,can anybody please help me resolve this > iss

Re: django charts

2010-11-21 Thread rattanpriya bhasin
thank you so much.it was quite helpful. On Sat, Nov 20, 2010 at 6:40 PM, Darrel Herbst wrote: > I haven't used this, but this provides a way to interface with google > charts: > https://github.com/jacobian/django-googlecharts/blob/master/docs/examples.txt > > On Nov 19, 1:56 am, Priya wrote: >

Re: django charts

2010-11-20 Thread Darrel Herbst
I haven't used this, but this provides a way to interface with google charts: https://github.com/jacobian/django-googlecharts/blob/master/docs/examples.txt On Nov 19, 1:56 am, Priya wrote: > Hi, > I am a new user to django ,can anybody please help me resolve this > issue.I am trying to construct

Re: django charts

2010-11-19 Thread Anderson Goulart
I am not an expert on charts, but I am using highcharts.com to generate some. What I do here is: 1) get the data from the database inside the view (look for querysets on django-documentation) 2) render this data on a template 3) build the chart using this library inside the template bye, glob

django charts

2010-11-19 Thread Priya
Hi, I am a new user to django ,can anybody please help me resolve this issue.I am trying to construct a Gant chart based on the certain constraints.Now i am unable to make a line of approach for this.I have defined a class for chart and defined function for it in views.Now how do i pass my values t