charts[1] = new GoogleLineGraph(PrototypeFactory.rr, "ms", Color.DARKBLUE);
charts[2] = new GoogleLineGraph(PrototypeFactory.speed, "m/s", Color.ORANGE);
charts[3] = new GoogleLineGraph(PrototypeFactory.distance, "meters", Color.BROWN);
charts[4] = new GoogleLineGraph(PrototypeFactory.beat, "seq", Color.ORANGERED);
charts[5] = new GoogleLineGraph(PrototypeFactory.connection, "sec", Color.FORESTGREEN);
frame = new TabbedFrame(charts);
}