From 2fb842a149a242e2e7b9f1d03c5c7c91a7060082 Mon Sep 17 00:00:00 2001 From: Janrey Licas Date: Tue, 2 Jan 2024 18:11:36 +0800 Subject: [PATCH] docs(abstract): remove residual --- docs/source/reference/abstract_chart.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/reference/abstract_chart.md b/docs/source/reference/abstract_chart.md index da922e1..4faf0fa 100644 --- a/docs/source/reference/abstract_chart.md +++ b/docs/source/reference/abstract_chart.md @@ -12,11 +12,6 @@ ___ 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: : `time | open | high | low | close | volume`