开发者

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

开发者 https://www.devze.com 2023-01-05 17:18 出处:网络
I am using ExtJS for GUI. I want to plot a line chart inside a Grid Panel. Is t开发者_运维百科his possible? If so, how do we do this?

I am using ExtJS for GUI. I want to plot a line chart inside a Grid Panel. Is t开发者_运维百科his 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 ...)

0

精彩评论

暂无评论...
验证码 换一张
取 消