blacklabel / indicators

Indicators plugin for Highstock by Black Label
http://blacklabel.github.io/indicators/
Other
35 stars 12 forks source link

Updating data using point.update doesn't refresh/update indicators tooltip #55

Closed bluetech1 closed 7 years ago

bluetech1 commented 7 years ago

Updating chart series data using point.update doesn't refresh/update indicators tooltip. Demo: http://jsfiddle.net/e71uhx0b/

Steps: Check indicators tooltip , for example rsi = 95.875 Click "Change Data" (this updates last point to different values) The Indicators data is changed but tooltip remains the same. (rsi=95.875)

indicators tooltip