helgasoft commented on issue #20242:
URL: https://github.com/apache/echarts/issues/20242#issuecomment-2282264220
Is there a reason to try ```filterMode:'empty'``` or it's just an experiment
? Obviously chart does not look good.
Also note that default data order is OCLH, not OHLC. And the colors might
need adjustment:
```
const upColor = '#26a69a';
const downColor = '#ef5350'; //red
itemStyle= {
color: upColor, // bull
borderColor: upColor, // bull
color0: downColor, // bear
borderColor0: downColor // bear
}
```
--
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]