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'''