Explorar o código

<fix>:圆data代码优化

YaolongHan %!s(int64=4) %!d(string=hai) anos
pai
achega
4f09811ff6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();