mason icon indicating copy to clipboard operation
mason copied to clipboard

Update histograms on each execution

Open ruloweb opened this issue 4 years ago • 0 comments

Histograms do not have a clearAllSeries method as the TimeSeriesChartGenerator. How can I do to reset a histogram graph on each execution?

I found a workaround using the moveSeries method on the chart generator which calls a protected update method:

alphaHistogramChart.moveSeries(alphaHistogramAttributes.getSeriesIndex(), true);

I'm wondering if there is a better way of doing this.

ruloweb avatar Jan 02 '22 21:01 ruloweb