|
|
|
@ -944,9 +944,9 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
|
|
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
|
this.createAxLegend(); |
|
|
|
|
|
|
|
|
|
// 测试代码
|
|
|
|
|
var rectShape = new AxRectangleShape(0, 0, 100, 100); |
|
|
|
|
this.backgroundImage.addChild(rectShape); |
|
|
|
|
// // 测试代码
|
|
|
|
|
// var rectShape = new AxRectangleShape(0, 0, 100, 100);
|
|
|
|
|
// this.backgroundImage.addChild(rectShape);
|
|
|
|
|
} |
|
|
|
|
/** |
|
|
|
|
* 创建安信图例 |
|
|
|
|