Jelajahi Sumber

Update default_value for metric type in viselements.json

namnguyen 11 bulan lalu
induk
melakukan
0ffb82d8fc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>."
                     },