mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -5,7 +5,7 @@ data = [1, 2, 2, 1, 1, 4, 3, 1, 1, 8, 8, 2] # (1)!
|
||||
|
||||
|
||||
class SparklineBasicApp(App[None]):
|
||||
CSS_PATH = "sparkline_basic.css"
|
||||
CSS_PATH = "sparkline_basic.tcss"
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Sparkline( # (2)!
|
||||
|
||||
Reference in New Issue
Block a user