From 8cd4eed2c004eceb838c9ddb03d9d433afa135ed Mon Sep 17 00:00:00 2001 From: louisnw Date: Mon, 27 May 2024 22:46:15 +0100 Subject: [PATCH] fix --- lightweight_charts/abstract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightweight_charts/abstract.py b/lightweight_charts/abstract.py index b6f7907..7df290a 100644 --- a/lightweight_charts/abstract.py +++ b/lightweight_charts/abstract.py @@ -317,6 +317,7 @@ class SeriesCommon(Pane): Clears the markers displayed on the data.\n """ self.markers.clear() + self._update_markers() def price_line(self, label_visible: bool = True, line_visible: bool = True, title: str = ''): self.run_script(f'''