Amend xaxis mode to time from category to try to reduce x axis clutter

This commit is contained in:
perryharlock
2013-11-25 16:19:01 +00:00
parent 7c2647653d
commit 9383de3410
5 changed files with 13 additions and 7 deletions

View File

@@ -17,4 +17,9 @@ function helper (register) {
return moment(context).fromNow();
});
register('date-timestamp', function (context) {
return moment(context).valueOf();
});
}