Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update histograms on each execution #57

Open
ruloweb opened this issue Jan 2, 2022 · 0 comments
Open

Update histograms on each execution #57

ruloweb opened this issue Jan 2, 2022 · 0 comments

Comments

@ruloweb
Copy link

ruloweb commented Jan 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant