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

@@ -23,7 +23,7 @@
<tbody>
{{#results}}
<tr data-role="url-stats">
<td data-role="category">{{date-format date format="DD MMM YYYY"}}</td>
<td data-value="{{date-timestamp date}}" data-role="category">{{date-format date format="DD MMM YYYY"}}</td>
<td class="text-center" data-label="error">{{count.error}}</td>
<td class="text-center" data-label="warning">{{count.warning}}</td>
<td class="text-center" data-label="notice">{{count.notice}}</td>