소스 검색

Update default_value for metric type in viselements.json

namnguyen 11 달 전
부모
커밋
0ffb82d8fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      taipy/gui/viselements.json

+ 1 - 1
taipy/gui/viselements.json

@@ -1124,7 +1124,7 @@
                     },
                     {
                         "name": "type",
-                        "default_value": "circular",
+                        "default_value": "\"circular\"",
                         "type": "str",
                         "doc": "The type of the gauge.<br/>Possible values are:\n<ul>\n<li>\"none\"</li>\n<li>\"circular\"</li>\n<li>\"linear\"</li></ul>."
                     },