-
Hello. I am trying to achieve my own Interval mechanism but the setVisibleRange which I believe is the key for that, it doesn't really work for me. I have found a few other tickets like this one: #406
Then based on the selected interval I set the respective visible range by calling the below code:
The dtTo is always based on the last (most recent) data of the collection in the chart series and the dtFrom is always at least dtTo - 2 working days / days with data. I saw in the issue 406, timocov said setVisibleRange is kind of "async". So I did the following experiment, I created a button that applies the visible range and I clicked to apply the visible range again after the above code was executed and I got the real visible range. So what am I missing here... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, is it possible to create a repro for this? |
Beta Was this translation helpful? Give feedback.
Hi,
is it possible to create a repro for this?