Skip to content
tianmo edited this page Aug 30, 2012 · 2 revisions

实现小图预览功能


使用方法:

Ext.create('Ext.graph.OutLine', {
    graph: this//Ext.graph.Panel
});

或者

{
    xtype: 'outLine'
}

配置

graph

绘图组件容器,可选,如果没有,可以调用createOutline(graph)方法生成预览图。

Type: Ext.graph.Panel

方法

.createOutline(graph)

生成预览图。

  1. graph:绘图容器Ext.graph.Panel

Clone this wiki locally