updated graph view - incomplete

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@549 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-03-02 10:24:33 +00:00
parent b75d2b2295
commit cd9bd8b70e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public final class GraphUpdateHandler implements DataUpdateHandler, ConvertorUpd
private final Map<EcuData, Integer> datasetIndexes = synchronizedMap(new HashMap<EcuData, Integer>());
private final long startTime = System.currentTimeMillis();
private final JPanel graphPanel;
private boolean combinedChart = true;
private boolean combinedChart = false;
private ChartPanel combinedChartPanel = null;
private int counter = 0;