Anandan
Anandan

Reputation: 1013

Is it possible to draw a line chart in Gridpanel using ExtJS

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

Upvotes: 0

Views: 794

Answers (1)

ob1
ob1

Reputation: 1721

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 ...)

Upvotes: 2

Related Questions