Sfoglia il codice sorgente

updated drag chart example formatting

Natan 1 anno fa
parent
commit
3d18620cc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      website/more_documentation/chart_documentation.py

+ 1 - 1
website/more_documentation/chart_documentation.py

@@ -61,4 +61,4 @@ def more() -> None:
             },
             extras=['draggable-points'],
             on_change=lambda e: ui.notify(f'The value changed to {e}.')
-        )
+        ).classes('w-full h-64')