update docs

This commit is contained in:
louisnw
2024-06-05 14:24:27 +01:00
parent c3af596f91
commit 65e8d3d8b2

View File

@ -181,14 +181,6 @@ ___
```{py:method} remove_horizontal_line(price: NUM)
Removes a horizontal line at the given price.
```
___
```{py:method} clear_markers() ```{py:method} clear_markers()
Clears the markers displayed on the data. 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) ```{py:method} precision(precision: int)
Sets the precision of the chart based on the given number of decimal places. Sets the precision of the chart based on the given number of decimal places.