mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
Making x in timeseries non-ordinal
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user