Vaadin Chart Chart component DataSeries size limit

Hi,

I am starting to think that I might be using the wrong Chart component, putting a ContainerDataSeries with 15000 records in it and it’s not showing any graph lines on the Chart. I reduce the container size to 10 records and the Chart appears correctly.

I have two questions:

  1. What is the Series record limit for the Chart component?
  2. Is there a different chart component designed for larger quantities of data? (I have been using the timeline however I’m investigating the other charts that are available to me, the xAxis is not always going to be a timestamp property).

Vaadin Charts using the Hightchart, the issue answer in stackoverflow.

Highcharts doesn’t display series with lots of data points

Fantastic, thanks Bill, I’ll give it a go!