mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix for #355
This commit is contained in:
parent
77e80fa68b
commit
04db0fd4db
@ -427,7 +427,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
|||||||
scope.plot = $.plot(elem, scope.data, options);
|
scope.plot = $.plot(elem, scope.data, options);
|
||||||
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
elem.text(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user