react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Keeping the zoom level after updating the data

Open SWi98 opened this issue 3 years ago • 1 comments

I want to create a candlestick chart with data being updated every few seconds. The problem starts when I navigate the chart and then the update fires. What happens is, the chart gets completely rerendered and the current zoom level is reset to the default value. With updates being conducted often navigating gets pretty much impossible. Is it possible to update the chart with new data, but keep the current zoom level? Maybe I just have to somehow get the current zoom level whenever a new portion of data is presented and apply this zoom programmatically before the chart would be rerendered?

SWi98 avatar Apr 13 '21 10:04 SWi98

Hey @SWi98 any update or solution about this issue?

Riddhish97 avatar Sep 29 '21 18:09 Riddhish97

Hey, i am encountering the same problem, are there any updates?

Jasper992 avatar Jan 23 '23 14:01 Jasper992