فهرست منبع

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>."
                     },