summaryrefslogtreecommitdiff
path: root/micropeak/MicroGraph.java
Commit message (Collapse)AuthorAge
* micropeak: Demonstrate how to hide various parts of the graphKeith Packard2013-01-10
| | | | | | This just shows how to disable a series and axis; it's not used here. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Change graph tooltip units on the flyKeith Packard2013-01-02
| | | | | | Make sure the tooltips show the right units when they change Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Use JTextArea instead of TextAreaKeith Packard2013-01-02
| | | | | | Looks nicer and doesn't appear to have the same weird clipping problem Signed-off-by: Keith Packard <keithp@keithp.com>
* micropoint: Add MicroDataPointKeith Packard2013-01-02
| | | | | | This holds height/speed/accel data all in one place Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Fix chart colorsKeith Packard2013-01-01
| | | | | | Need to apply custom colors after setting the theme Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak is code complete now.Keith Packard2013-01-01
| | | | | | Added save and download functionality. Removed 'new' from file menu. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Use altosuilibKeith Packard2012-12-31
| | | | | | This removes a pile of code stolen from altosui Signed-off-by: Keith Packard <keithp@keithp.com>
* Add file chooser for MicroPeakKeith Packard2012-12-25
| | | | | | Needs reasonable directory tracking Signed-off-by: Keith Packard <keithp@keithp.com>
* Start building MicroPeak GUI toolKeith Packard2012-12-25
Download, save and analyze MicroPeak flight data Signed-off-by: Keith Packard <keithp@keithp.com>