Thu Aug 11, 2022 1:49 pm
I'll try to give the demo link soon as possible. I have to make some changes to cover up the confidential data and generate the same large amount of data.
Just curious though is it possible that my chart is loading slow because I have too many event listeners ? I have click function in both X and Y axis. In which there are two event listeners in X axis and one in Y axis.
Also there images(SVG) in the X and Y axis with html enabled true. There are two images in each.
Can this be the reason for the rendering to take long? If it's because of this can I lazy my data as the user scrolls ? currently my page is breaking over 300 data in the series array and I'm expecting a little over 2000 in a short span of time.