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.09k stars 638 forks source link

Tools pin positions are not getting updated up on adding offchart overlay #138

Closed akjcodes closed 4 years ago

akjcodes commented 4 years ago

Can someone help me to fix this issue, I think we need to recalculate positions after adding an "offchart" overlay. But I'm not sure how it's done. Please check below images to understand the issues.

before_atr

after_atr

C451 commented 4 years ago

@akjcodes I need a full template to reproduce a bug.

akjcodes commented 4 years ago

@C451 Thanks for replying. You can follow these steps to see this on the demo

step 01 - Go to https://tvjsx.github.io/trading-vue-demo/ step 02 - Draw a line or Seg anything step 03 - On browser console please run this DataCube.del('RSI')

You will see all the pin points are getting misplaced

Thanks.

C451 commented 4 years ago

Fixed in 0.7.0 (the next version)

akjcodes commented 4 years ago

@C451 Thanks 👍. Any tips to fix it by my self?