Hello, I try to implement candlestick chart, however Im facing with updating issue.
When I try to update data series information my chart bounces and changes interval.
In this example on "Load" button click I expect last candlestick to update and have modified value, it does however it also changes interval(I think I call it properly), can you please check this demo and help me what is wrong with my code?
this is before I click load
(or see url: https://ibb.co/r3NfhcS)
and this is after I click load, see last candle is updated but it changed frequency
(or see url: https://ibb.co/6R05KtM)
this is demo https://jsfiddle.net/fvjo2h4z/72/