Add 'virtualization' to XYChart
k
kponikiewski@williams-int.com
With the current implementation, the labels of XYChart flicker and disappear when the user makes a selection - shifting the whole table over. This is true when there are more than around 300 rows of data on the XYChart, and the problem worsens with more rows. By virtualization, I mean that the component should not be trying to process every datapoint when rendering. If the user selects a month window, even 5-second-long durations are being rendered. I've made attempts at pre-processing the data to simplify it, but I think it would make more sense to be baked into the component. Turning 8000 rows over 10 columns into 300 rows is possible - but visually the results look completely different.
Log In