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

How to draw a horizontal line for support and resistance #231

Closed madebyais closed 3 years ago

madebyais commented 3 years ago

Awesome library, thank you for making this!

I have a question related how to create a horizontal line?

If anyone had the answer, that would be great!

thank you!

adsonvinicius commented 3 years ago

You mean like a tool to draw a horizontal line? If yes, it's just set the toolbar prop to true and the magic happens. If you want to plot a horizontal line on the chart as default, maybe creating an overlay it's better.

madebyais commented 3 years ago

Thanks @adsonvinicius , really appreciate your answer!