Browse Source

<fix>:圆data代码优化

YaolongHan 4 năm trước cách đây
mục cha
commit
4f09811ff6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();