Browse Source

fixed chart events for new hierarchy

Natan 1 year ago
parent
commit
5449d619a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nicegui/events.py

+ 1 - 1
nicegui/events.py

@@ -49,7 +49,7 @@ class ClickEventArguments(UiEventArguments):
 
 
 @dataclass(**KWONLY_SLOTS)
-class ChartEventArguments(EventArguments):
+class ChartEventArguments(UiEventArguments):
     event_type: str