Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #191 from JaviMerino/increase_requirejs_timeout
Browse files Browse the repository at this point in the history
EventPlot: increase requirejs timetout
  • Loading branch information
sinkap committed Jun 14, 2016
2 parents a50fb72 + e562e76 commit 8899094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trappy/plotter/EventPlot.py
Expand Up @@ -202,6 +202,7 @@ def _init_html(self):
"d3-tip": '""" + IPythonConf.add_web_base("plotter_scripts/EventPlot/d3.tip.v0.6.3") + """',
"d3-plotter": '""" + IPythonConf.add_web_base("plotter_scripts/EventPlot/d3.min") + """'
},
waitSeconds: 15,
shim: {
"d3-plotter" : {
"exports" : "d3"
Expand Down

0 comments on commit 8899094

Please sign in to comment.