6 lines
510 B
Smarty
6 lines
510 B
Smarty
Schema.addCategory({name:"control_kpi", text:"流程KPI图", dataAttributes:[]});
|
|
/*Risk 菱形*/
|
|
Schema.addShape({name:"kpi", title:"流程KPI",text:"流程KPI", category:"control_kpi", props:{w:110, h:50},lineStyle:{lineColor:"128,201,144"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "242,255,245",endColor: "224,255,231",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[
|
|
{actions:{ref:"rectangle"}}
|
|
]});
|