fixed
This commit is contained in:
@@ -3680,8 +3680,11 @@ def interactive_chart(id=0,promember=0,intervaldata = {}):
|
||||
return [script,div]
|
||||
|
||||
def interactive_chart_video(videodata):
|
||||
try:
|
||||
spm = videodata['spm']
|
||||
except KeyError:
|
||||
return "","No SPM data"
|
||||
|
||||
spm = videodata['spm']
|
||||
time = range(len(spm))
|
||||
|
||||
data = zip(time,spm)
|
||||
|
||||
Reference in New Issue
Block a user