From a5902e3e2c0592ce0c423b7b9df66ad13c3945a9 Mon Sep 17 00:00:00 2001 From: lihu Date: Thu, 25 Feb 2021 19:44:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/graphic-mark-auxiliary-api.md | 6 +++--- docs/en/instance-api.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/graphic-mark-auxiliary-api.md b/docs/en/graphic-mark-auxiliary-api.md index c204432ee..972524055 100644 --- a/docs/en/graphic-mark-auxiliary-api.md +++ b/docs/en/graphic-mark-auxiliary-api.md @@ -103,6 +103,6 @@ Obtain the ray from two points. ### getParallelLines(points, xyMax, extendParalleLineCount) Get parallel lines. --`points` The points on the determined line --`xyMax` the left side of the extreme value on the coordinate --`extendParalleLineCount` number of parallel lines +- `points` The points on the determined line +- `xyMax` the left side of the extreme value on the coordinate +- `extendParalleLineCount` number of parallel lines diff --git a/docs/en/instance-api.md b/docs/en/instance-api.md index f88b93931..2d23cd856 100644 --- a/docs/en/instance-api.md +++ b/docs/en/instance-api.md @@ -128,7 +128,7 @@ chart.overrideTechnicalIndicator({ calcParams: [5, 10, 30, 60, 120], precision: 4, styles: { - bar: { + bar: { upColor:'#26A69A', downColor:'#EF5350', noChangeColor:'#888888'