graphic plugin

I want a plugin to display the data from my table 'task' like a graph. My table 'task' is create_table :taches do |t|      t.string :nom      t.integer :src_id # id source of task      t.integer :dst_id # id destination of task t.timestamps end I do not know where to look, can you tell me web links

Thanks

Attachments: http://www.ruby-forum.com/attachment/5534/sample.JPG

Ziburu Debian wrote in post #967645:

I want a plugin to display the data from my table 'task' like a graph. My table 'task' is create_table :taches do |t|      t.string :nom      t.integer :src_id # id source of task      t.integer :dst_id # id destination of task t.timestamps end I do not know where to look, can you tell me web links

http://lmgtfy.com?q=rails+graph

Thanks

Best,

Love it - thanks :slight_smile: