YaolongHan 4 years ago
parent
commit
578c3634e1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/topuClass/items/infoMsg.ts

+ 5 - 1
src/components/topuClass/items/infoMsg.ts

@@ -73,7 +73,11 @@ export class InfoMsg extends SGraphItem {
         item.backgroundColor = new SColor(data.style.default.backgroundColor);
         item.backgroundColor = new SColor(data.style.default.backgroundColor);
     }
     }
 
 
-
+    /**
+     * 设置信息点值
+     *
+     * @param val
+     */
     setInfoValue(val:string) {
     setInfoValue(val:string) {
         this.InfoValue.text = val;
         this.InfoValue.text = val;
     }
     }