Commit 04db0fd4 by Rashid Khan

Fix for #355

parent 77e80fa6
......@@ -427,7 +427,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
scope.plot = $.plot(elem, scope.data, options);
} catch(e) {
elem.text(e);
console.log(e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment