bfang711

Results 8 comments of bfang711

one general question maybe related. What's the best way let's say to remove a xAxis.plotBand for a complicated plot? Should I change the config file and let it rerender the...

I encountered the same issue. Update?

@masquel Are you sure this works? I use the same way but it doesn't work. the scrollbar not changing position at all. I am using Chrome btw.

I got this working actually. I don't know the reason, but it works. ``` $(".infGrid").scrollTop(the offset value); ``` where infGrid is defined in `className="infGrid"`. Thank you very much @masquel

@masquel Here is a sample code to show it. I tried several ways, however none of them works as expected. Please take a look. I showed 3 ways to set...

I think this related to #138. I am looking for one that can reuse the DOM. Now the question is that is it possible to give the number of items...

if I understand you correctly, you suggest to use the onInfiniteLoad() and let user scroll down to the end and load more DOM, is that correct? thank you. 2018-02-10 1:53...

@TorsteinHonsi hi I would like to use this functionality as well. However your link up there was not working properly. Can you please update the link and I will study...