altosui: Remove graph series which aren't available
authorKeith Packard <keithp@keithp.com>
Mon, 11 Feb 2013 18:34:47 +0000 (10:34 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Feb 2013 18:40:19 +0000 (10:40 -0800)
commit59365eb4e1f63a1ced1667ac233058a06a8eecef
tree790fbb2caaf5a3595e3b2eb2496eb8ba52ca22c6
parent2a9ca1dcd00da2cfdd0a2ea616308dfb64ee80d4
altosui: Remove graph series which aren't available

Make sure all graph series have actual data underlying them by
checking the available data before creating the series objects.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosFlightStats.java
altosui/AltosFlightStatsTable.java
altosui/AltosGraph.java
altosui/AltosGraphUI.java