diff --git a/static/js/graph.js b/static/js/graph.js index b90f545d6..eeda9c47b 100644 --- a/static/js/graph.js +++ b/static/js/graph.js @@ -327,6 +327,9 @@ function init() { }); var options = parseGraphOptionsFromUrl(); + if (options.length == 0) { + options.push({}); + } for (var i = 0; i < options.length; i++) { addGraph(options[i]); }