You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/option/series/candlestick.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ We use red to represent increasing and blue decreasing by default. If you want t
22
22
+[series-candlestick.itemStyle.color](~series-candlestick.itemStyle.color): fill color for bullish candle stick (namely, increase)
23
23
+[series-candlestick.itemStyle.color0](~series-candlestick.itemStyle.color0): fill color for bearish candle stick (namely, decrease)
24
24
+[series-candlestick.itemStyle.borderColor](~series-candlestick.itemStyle.borderColor): border color for bullish candle stick (namely, increase)
25
-
+[series-candlestick.itemStyle.borderColor0](series-candlestick.itemStyle.borderColor0): border color for bearish candle stick (namely, decrease)
25
+
+[series-candlestick.itemStyle.borderColor0](~series-candlestick.itemStyle.borderColor0): border color for bearish candle stick (namely, decrease)
26
+
+[series-candlestick.itemStyle.borderColorDoji](~series-candlestick.itemStyle.borderColorDoji): border color for doji (when the open price is the same as the close price)
26
27
27
28
28
29
<br>
@@ -334,6 +335,18 @@ Border color of bearish candle stick.
334
335
335
336
{{ use: partial-color-desc() }}
336
337
338
+
#${prefix} borderColorDoji(Color) = null
339
+
340
+
<ExampleUIControlColor />
341
+
342
+
{{ use: partial-version(
343
+
version = "5.4.1"
344
+
) }}
345
+
346
+
Border color of doji (when the open price is the same as the close price).
0 commit comments