docs(abstract): remove residual

This commit is contained in:
Janrey Licas
2024-01-02 18:11:36 +08:00
parent 63b8c6bcf3
commit 2fb842a149

View File

@ -12,11 +12,6 @@ ___
Sets the initial data for the chart. Sets the initial data for the chart.
self, auto_scale: bool = True, mode: PRICE_SCALE_MODE = 'normal', invert_scale: bool = False,
align_labels: bool = True, scale_margin_top: float = 0.2, scale_margin_bottom: float = 0.2,
border_visible: bool = False, border_color: Optional[str] = None, text_color: Optional[str] = None,
entire_text_only: bool = False, visible: bool = True, ticks_visible: bool = False, minimum_width: int = 0
Columns should be named: Columns should be named:
: `time | open | high | low | close | volume` : `time | open | high | low | close | volume`