Skip to content
Snippets Groups Projects
Commit 14cf3f0d authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Added clear for regressionseries

parent 529acd34
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ public class LineChartFunctionality {
*/
getRegressionSeries().getData().clear();
getRegressionSeries().getData().add(new XYChart.Data<String, Number>(
String.valueOf(i),
getNonLinearRegression(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment