Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plot: Sort data points by time elapsed
This commit makes the `Plot.data` method return `dataPoints` sorted by their X axis value (i.e. elapsed seconds) Previously, each series would be added discontinuously to each other, essentially not being merge-sorted correctly. Fixes #391
- Loading branch information