This commit is contained in:
louisnw
2024-05-27 22:46:15 +01:00
parent 35eb62ac29
commit 8cd4eed2c0

View File

@ -317,6 +317,7 @@ class SeriesCommon(Pane):
Clears the markers displayed on the data.\n Clears the markers displayed on the data.\n
""" """
self.markers.clear() self.markers.clear()
self._update_markers()
def price_line(self, label_visible: bool = True, line_visible: bool = True, title: str = ''): def price_line(self, label_visible: bool = True, line_visible: bool = True, title: str = ''):
self.run_script(f''' self.run_script(f'''