Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-26 | Scatterplot & BarChart: initial brushing mechanism. | Samuel Fadel | |
* Both components now support brushing (support in Scatterplot for activating a brush is still incomplete, though it can be brushed on by other components) * Added a handler for linking the brushing between components * Added crosshair geometry handler to geometry lib * Fixed issue #15 | |||
2015-09-29 | Inital history graph implementation and using linear scales where applicable. | Samuel Fadel | |
- geometry.h for geometry calculation functions - scale.h for implementations of scales (currently only the linear scale) - updated main_view.qml for the new HistoryGraph component - HistoryGraph displays each subsample used as a mini scatterplot (no colors currently) - Scatterplot now uses scale.h for transformations - Code cleanup and some bug fixes |