The graph is too slow in my browser if I have a large data set, how can I address this problem?

The graph needs to load the whole data set into the web browser in order to render it. As data sets can get larger than what the browser can handle, AvaNet has a data filter on the server side. The data filter will reduce the number of data points in the graph while still maintaining the visual look of the graph. As you zoom into the graph, you will be able to view all data points.

The data filter will be applied to data series with more than 80 000 data points. If this value is too high please let us know.