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 628 forks source link

Plot bars on yAxis #285

Open frbju opened 1 year ago

frbju commented 1 year ago

Hi, How can i plot bars on yAxis that is linked to the main chart extent? iv'e built it with d3fc and react but found this project and decided to learn vue :)

Here is an example of what i would like to create. <-- Bars on right side. Best / F 202851230-3c1918a8-1238-42ff-8705-721bb9e5177a

C451 commented 1 year ago

Hi by using static data & canvas primitives. But I should stop you right away, we have a new library & it is using vanilla js. I'd rather wait for the stable release. https://github.com/project-nv/night-vision

frbju commented 1 year ago

Hi, this looks really promising. will follow 😊 anything I can do to help in the project ?

C451 commented 1 year ago

You could try to tackle an issue (there are several levels). But most of them require a good knowledge of the lib.