Parcourir la source

adding comment for layout example

namnguyen il y a 11 mois
Parent
commit
1c9fcc56f0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      doc/gui/examples/controls/metric-layout.py

+ 2 - 0
doc/gui/examples/controls/metric-layout.py

@@ -15,6 +15,8 @@
 # -----------------------------------------------------------------------------------------
 from taipy.gui import Gui
 
+# Layout reference can be found in the documentation: https://plotly.com/python/reference/layout/
+
 custom_layout = {
     "width": "1000",
     "height": "500",