소스 검색

<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();