altosuilib: Set graph title to include product/serial/flight info
[fw/altos] / altosuilib / AltosUIGraphNew.java
index 709541ffab5e8d2558e71cc80a78fa951d94b81c..b96399abfd2fe4945c035b405ef8b70f9053202a 100644 (file)
@@ -126,7 +126,7 @@ public class AltosUIGraphNew implements AltosUnitsListener {
                plot.setDomainPannable(true);
                plot.setRangePannable(true);
 
                plot.setDomainPannable(true);
                plot.setRangePannable(true);
 
-               chart = new JFreeChart("Flight", JFreeChart.DEFAULT_TITLE_FONT,
+               chart = new JFreeChart(title, JFreeChart.DEFAULT_TITLE_FONT,
                                       plot, true);
 
                ChartUtilities.applyCurrentTheme(chart);
                                       plot, true);
 
                ChartUtilities.applyCurrentTheme(chart);