Procházet zdrojové kódy

Update default_value for metric type in viselements.json

namnguyen před 11 měsíci
rodič
revize
0ffb82d8fc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>."
                     },