|
@@ -95,7 +95,7 @@ public class StatisticGraph extends JPanel {
|
|
|
// Calculate values for each set and add them
|
|
|
addValues();
|
|
|
|
|
|
- // TODO Calculate Paths
|
|
|
+ //Create Paths and draw them
|
|
|
for (TrackedDataSet set : objects) {
|
|
|
path.reset();
|
|
|
switch (set.getProperty()) {
|