charts icon indicating copy to clipboard operation
charts copied to clipboard

Vaadin Charts: Scatterplot disappears, plot with more than 800 points and addAttributeToPropertyIdMapping(...)

Open vaadin-bot opened this issue 9 years ago • 3 comments

Originally by [email protected]


Hello, I got the following issue with Vaadin Charts. I try to plot a ScatterPlot with a custom tooltip. The plots renders fine, if the number of points is < 800. The plots disappears, if the number of points > 2000.

The plot is rendered again, if the number of points > 2000 and no "retVal.addAttributeToPropertyIdMapping("info", "info")" is added to the "ContainerDataSeries", see MyUI.java, line line 87.

The maven project demonstrates this issue. You can configure the number of points to plot in MyUI.java, line 43.

Please find attached two screenshots:

  • vaadin-chart_big_data_800_pts_ok.png: The plot is shown with 800 points and tooltip
  • vaadin-chart_big_data_2000_pts_broken.png: The plot with 2000 points, disappeared plot.

kind regards, Ben


Imported from https://dev.vaadin.com/ issue #14828

vaadin-bot avatar Oct 09 '14 12:10 vaadin-bot

Originally by [email protected]


Attachment added: vaadin-chart_big_data_800_pts_ok.png (92.0 KiB) vaadin-chart_big_data_800_pts_ok.png https://trac-attachments.vaadin.com/trac/14828/vaadin-chart_big_data_800_pts_ok.png Plot with rendered tooltip.

vaadin-bot avatar Oct 09 '14 12:10 vaadin-bot

Originally by [email protected]


Attachment added: vaadin-chart_big_data_2000_pts_broken.png (41.8 KiB) vaadin-chart_big_data_2000_pts_broken.png https://trac-attachments.vaadin.com/trac/14828/vaadin-chart_big_data_2000_pts_broken.png Chart wth disappeared plot

vaadin-bot avatar Oct 09 '14 12:10 vaadin-bot

Originally by [email protected]


Attachment added: vaadin-charts-big-data.tar.gz (513.4 KiB) Maven project with the issue

vaadin-bot avatar Oct 09 '14 12:10 vaadin-bot