removed is_time from examples

This commit is contained in:
javi 2013-10-11 17:02:03 +02:00
parent 7b273b3217
commit b5e86d5204
4 changed files with 0 additions and 6 deletions

View File

@ -54,7 +54,6 @@
column : 'cartodb_id',
countby : 'avg(vel)',
resolution: 1,
is_time: false,
steps: 1024,
blendmode : 'lighter',
animationDuration: 20,

View File

@ -78,7 +78,6 @@
column : 'date',
countby : 'count(cartodb_id)',
resolution: 2,
is_time: true,
steps: 750,
blendmode : 'lighter',
animationDuration: 60,

View File

@ -48,7 +48,6 @@
column : 'date',
countby : 'count(cartodb_id)',
resolution: 2,
is_time: true,
steps: 750,
blendmode : 'lighter',
animationDuration: 60

View File

@ -143,7 +143,6 @@
'user',
'table',
'column',
'is_time',
'countby',
'resolution',
'steps',
@ -160,7 +159,6 @@
column : 'date',
countby : 'count(cartodb_id)',
resolution: 1,
is_time: true,
steps: 800,
blendmode : 'lighter',
animationDuration: 30,
@ -206,7 +204,6 @@
ui.add(TorqueOptions, 'user')
ui.add(TorqueOptions, 'table')
ui.add(TorqueOptions, 'column')
ui.add(TorqueOptions, 'is_time')
ui.add(TorqueOptions, 'countby')
ui.add(TorqueOptions, 'resolution', [1, 2, 4, 8, 16, 32])
ui.add(TorqueOptions, 'steps', 10, 1024).listen()