2010/1/4 Alessandro Ronchi <alessandro.ron...@soasi.com>:
> 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 similar I've also researched this.

If you're just looking at displaying a list of objects(projects) then
you can use a generic view and then handle the display in the
template, which means the following links may be of help:

http://www.jlion.com/docs/gantt.aspx
http://www.jsgantt.com/

Niether of which are particularly pretty but the basics are there
ready to be reskinned.

http://www.ext-scheduler.com/examples.html

Is however, pretty awesome, if commercially licensed.

This question on stackoverflow is pretty extensive as well:
http://stackoverflow.com/questions/1005587/gantt-chart-online

If I don't find one I like, I'm thinking about writing a template tag
and some jQuery to make a nice dependency graph.
HTH,
Dan




> --
> Alessandro Ronchi
>
> http://www.soasi.com
> SOASI - Sviluppo Software e Sistemi Open Source
>
> http://hobbygiochi.com
> Hobby & Giochi, l'e-commerce del divertimento
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>
>



-- 
Dan Hilton
============================
www.twitter.com/danhilton
www.DanHilton.co.uk
============================

--

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


Reply via email to