Re: Django Gantt Chart

2010-01-05 Thread Alessandro Ronchi
I think jsgantt will be my choice ! Thanks! On Tue, Jan 5, 2010 at 8:00 AM, Waqqas Jabbar wrote: > http://code.google.com/p/django-graphviz/ > > > On Mon, Jan 4, 2010 at 9:42 PM, Hinnack wrote: > >> what about: >> http://matplotlib.sourceforge.net/ >> >> -- >> Hinnack >> >> 2010/1/4 Daniel Hilto

Re: Django Gantt Chart

2010-01-04 Thread Waqqas Jabbar
http://code.google.com/p/django-graphviz/ On Mon, Jan 4, 2010 at 9:42 PM, Hinnack wrote: > what about: > http://matplotlib.sourceforge.net/ > > -- > Hinnack > > 2010/1/4 Daniel Hilton > > 2010/1/4 Alessandro Ronchi : >> > I need to make a simple chart with a list of projects and a grafic >> > di

Re: Django Gantt Chart

2010-01-04 Thread Hinnack
what about: http://matplotlib.sourceforge.net/ -- Hinnack 2010/1/4 Daniel Hilton > 2010/1/4 Alessandro Ronchi : > > I need to make a simple chart with a list of projects and a grafic > > display of the end date with a link to the project page. > > It's simpler than a gantt chart. > > > > Is the

Re: Django Gantt Chart

2010-01-04 Thread Daniel Hilton
2010/1/4 Alessandro Ronchi : > I need to make a simple chart with a list of projects and a grafic > display of the end date with a link to the project page. > It's simpler than a gantt chart. > > Is there any library / snippet I can use to simplify my work? > Hmmm, as I'm about to do something sim