Steve Jones

Results 4 issues of Steve Jones

When using the `locationsForMigrate` directive, if any of the supplied locations are missing (i.e. the specified folder doesn't exist) then the tests are run with no complaint. I would expect...

Postpone

This pull request implements a new `selectMode` option that allows switching the point selection mode between the closest X axis value (current behaviour) and the closest point to the mouse....

If a series has points with identical x-axis values, they are not displayed with stacked graphs. Illustration: ![screen shot 2018-03-01 at 12 39 04](https://user-images.githubusercontent.com/733650/36842919-8e52ebac-1d4d-11e8-9bf8-32c794c4dba6.png) Fiddle: https://jsfiddle.net/squaregoldfish/awrLs55c/

If you have a data set with multiple points at the same x axis value, `setSelection` and `getSelection` don't behave as they should. A jsfiddle illustrating this is here: https://jsfiddle.net/squaregoldfish/Lgc9b06o/...