6 lines
546 B
Smarty
6 lines
546 B
Smarty
Schema.addCategory({name:"control_ma", text:"L1-L3流程绩效指标", dataAttributes:[]});
|
|
/*Risk 菱形*/
|
|
Schema.addShape({name:"ma", title:"L1-L3流程绩效指标",text:"L1-L3流程绩效指标", category:"control_ma", props:{w:110, h:50},lineStyle:{lineColor:"254,178,178"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "255,244,244",endColor: "255,229,229",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"}}
|
|
]});
|