Login Register

Ext 2.0 Grid to Dojox Chart

I want to how to connect the selected rows from a Ext 2.0 Grid to a Dojox Chart. When the rows are selected in the Ext grid it should generate a dojo chart with the row headers and column headers as x and y of the chart and if it is a pie chart the division should be according to the selected rows and columns. Plz help me with code asap as i have submit this project by today.

Thanks in Advance
Jyo

Some notes on charting and the grid

Might give you some ideas about how to go about it...

http://rob.coup.net.nz/2007/12/cool-data-in-browser-with-dojo.html

Thanks rcoup

Thanks rcoup