Ovilia commented on PR #18303: URL: https://github.com/apache/echarts/pull/18303#issuecomment-1442726511
Thanks for your contribution but this is not a bug. > Different countries or regions have different implications on the color of candle stick chart. It may use red to imply increasing with red and decreasing with blue (in China mainland, Taiwan, Japan, Koera, and so on), or to imply increasing with green and decreasing with red (in Europe, North America, Hong Kong, Singapore, and so on). Besides color, the increase and decrease of stock may also be represented with candle stick with or without filling colors. > > We use red to represent increasing and blue decreasing by default. If you want to change the configuration, you may change the following parameters. > >- [series-candlestick.itemStyle.color](https://echarts.apache.org/en/option.html#series-candlestick.itemStyle.color): fill color for bullish candle stick (namely, increase) >- [series-candlestick.itemStyle.color0](https://echarts.apache.org/en/option.html#series-candlestick.itemStyle.color0): fill color for bearish candle stick (namely, decrease) >- [series-candlestick.itemStyle.borderColor](https://echarts.apache.org/en/option.html#series-candlestick.itemStyle.borderColor): border color for bullish candle stick (namely, increase) >- [series-candlestick.itemStyle.borderColor0](https://echarts.apache.org/en/option.html#series-candlestick.itemStyle.borderColor0): border color for bearish candle stick (namely, decrease) >- [series-candlestick.itemStyle.borderColorDoji](https://echarts.apache.org/en/option.html#series-candlestick.itemStyle.borderColorDoji): border color for doji (when the open price is the same as the close price) Please checkout [the document](https://echarts.apache.org/en/option.html#series-candlestick.type) for more information. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
