HowTo empty a Vaadin 8.3.0 Chart?

i tried to empty a Vaadin 8 chart. I tried to overwrite it with an empty DataSeries. What am I doing wrong?

if i use:

DataSeries emtpySeries = new DataSeries("");
getUI().access(() -> junkPerMachineChart.setData(emtpySeries));

i get no error, but the chart is still there.

vaadin8

i found useful page. may my solution is in there: https://vaadin.com/forum/thread/4550466/vaadin-chart-how-to-remove-all-dataseriesitem-from-a-series