Tim Buckley e6037d640a Fix timeline worker sorting
In the nested 'data' array, nested lists of tests should be sorted by
their worker key. However, the 'd3.ascending' comparator sorts by
string rather than numerically, resulting in the array being out of
order with more than 10 workers. This caused item selection (but not
hovering) to break after the second row.

This patch replaces the built-in comparator ('d3.ascending') with a
comparator that uses parseInt() to make sure the nested lists are in
the correct order for fast lookups.

Change-Id: Idbd94369fb35f4cf03c39b0c9fa2cc07623885ab
2016-07-18 11:23:03 -06:00
..
2015-09-25 22:35:27 +00:00
2016-07-18 11:23:03 -06:00
2016-05-13 17:12:55 -06:00
2015-11-18 15:36:36 -07:00
2016-05-13 17:12:55 -06:00