- '0316a2193bff': 'lightblue',
- '0316a21383ff': 'darkblue'
+ '0416a1ac66ff': 'lightskyblue',
+ '0516a207a4ff': 'royalblue',
+ '0416a1bab9ff': 'mediumblue',
+ '0316a2193bff': 'midnightblue'
+ },
+ /*
+ xSort: false,
+ order: function (a, b) {
+ // gets 2 x objects. seems to be a "sort function" for js's sort()
+ // -1: a before b etc.
+ // only handle cases that appear in the wild
+ // console.log("a.id", a.id, "b.id", b.id);
+ if (a.id == '0416a1ac66ff') {return -1};
+ if (a.id == '0416a1bab9ff') {return 1};