浏览代码

<fix>:圆data代码优化

YaolongHan 4 年之前
父节点
当前提交
4f09811ff6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      persagy-web-graph/src/items/SGraphCircleItem.ts

+ 1 - 1
persagy-web-graph/src/items/SGraphCircleItem.ts

@@ -58,7 +58,7 @@ export class SGraphCircleItem extends SGraphStyleItem {
      */
     constructor(parent: SGraphItem | null, data: SPoint[]) {
         super(parent);
-        this.data = data;
+        // this.data = data;
         if (data.length) {
             this.line = data;
             this.calRect();