tvjsx / trading-vue-js

💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
https://tvjsx.github.io/trading-vue-demo/
MIT License
2.07k stars 629 forks source link

[Question] Is it possible to set candle borders? #206

Closed lucas-labs closed 3 years ago

lucas-labs commented 3 years ago

Hi! First of all, thanks you all guys for this awesome library. Definitely the best charting lib out there. I have a simple question. Is it possible to set a border to the candles? I'm trying to achieve something like this:

image

Thanks in advance!!

C451 commented 3 years ago

Thanks, you can make a custom overlay, changing candle.js primitive.

Also, there's a chance it will be added to the tvjs-overlays repo.

lucas-labs commented 3 years ago

@C451 Thanks for the tip, I'll take a look at candle.js Cheers!

dearvn commented 2 years ago

hi @C451 any update to more options as Heikin Aishi candle?