tags:

views:

478

answers:

1

Greetings,

I want to draw a graph in my Django-based site (to look like these one http://cssglobe.com/lab/csslinegraph/img.gif)

How can I do this?

+2  A: 

Try one of these Django apps:

  1. django-googlecharts
  2. django-graphs

Also, see answers to this SO question

Van Gale