From 65e8d3d8b2479274909073aa6afea3b92bd03157 Mon Sep 17 00:00:00 2001 From: louisnw Date: Wed, 5 Jun 2024 14:24:27 +0100 Subject: [PATCH] update docs --- docs/source/reference/abstract_chart.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/source/reference/abstract_chart.md b/docs/source/reference/abstract_chart.md index 10981bc..ada4a30 100644 --- a/docs/source/reference/abstract_chart.md +++ b/docs/source/reference/abstract_chart.md @@ -181,14 +181,6 @@ ___ -```{py:method} remove_horizontal_line(price: NUM) - -Removes a horizontal line at the given price. -``` -___ - - - ```{py:method} clear_markers() Clears the markers displayed on the data. @@ -197,14 +189,6 @@ ___ -```{py:method} clear_horizontal_lines() - -Clears the horizontal lines displayed on the data. -``` -___ - - - ```{py:method} precision(precision: int) Sets the precision of the chart based on the given number of decimal places.