Skip to content
Snippets Groups Projects
Commit 99ba1698 authored by Hugo Desmons's avatar Hugo Desmons
Browse files

Résolution probleme ajouter un points

parent 7719a91c
Branches
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ public abstract class DataVisualizationView { ...@@ -42,6 +42,7 @@ public abstract class DataVisualizationView {
protected DataVisualizationView(ClassificationModel model) { protected DataVisualizationView(ClassificationModel model) {
this.serieList = new HashMap<String, ScatterChart.Series<Double, Double>>(); this.serieList = new HashMap<String, ScatterChart.Series<Double, Double>>();
this.model = model; this.model = model;
this.series4 = new XYChart.Series();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment