Making x in timeseries non-ordinal

This commit is contained in:
Maxime
2015-09-02 05:15:02 +00:00
parent b7acbd8d10
commit e1e298044e
3 changed files with 7 additions and 3 deletions

View File

@@ -244,6 +244,7 @@ $( document ).ready(function() {
multiple: false,
data: [
{id: '{{ form.data.granularity }}', text: '{{ form.data.granularity }}'},
{id: 'all', text: 'all'},
{id: '5 seconds', text: '5 seconds'},
{id: '30 seconds', text: '30 seconds'},
{id: '1 minute', text: '1 minute'},