I would actually suggest using Django to create a web service to get
the data, and a JavaScript charting library to do the drawing client-
side.  A great one is PlotKit (http://www.liquidx.net/plotkit/)

A (very) simple example of how this could look is on my personal
website http://www.eflorenzano.com/runs/

Note that PlotKit has many methods for dynamically updating the
graph.  I really think that this route is the way to go.

On Jul 10, 3:03 pm, Chris Rich <[EMAIL PROTECTED]> wrote:
> Hey all,
>   So, I'm a beginner here with Django/webdesign/database stuff/all the
> rest of it and I may be getting ahead of myself.  I am currently
> getting my feet wet in the Django environment, but I eventually want
> to graph/calculate averages on some of the values in my database.  I
> would like to display the results in my Django page and maybe even
> make it so I could change some of the graph parameters using some
> simple Django forms.  Any ideas on the best way to go about this?
> Thanks in advance.
>
> Chris


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

Reply via email to