Hi,
I am using ExtJS for GUI. I want to plot a line chart inside a Grid Panel. Is this possible? If so, how do we do this?
Regards, Anandan
Hi,
I am using ExtJS for GUI. I want to plot a line chart inside a Grid Panel. Is this possible? If so, how do we do this?
Regards, Anandan
An idea:
Define a custom renderer function (set a renderer on the column definition).
In the renderer, generate markup for an iframe that references the Google Charts API.
(I'm not familiar with Ext charts - you'd probably want to end up with those ...)