Commit 48b25bc3 by Torkel Ödegaard

Fix to graph panel, and width=0 bug

parent 3044a74a
...@@ -112,7 +112,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) { ...@@ -112,7 +112,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
} }
if (elem.width() === 0) { if (elem.width() === 0) {
return; return true;
} }
} }
...@@ -277,7 +277,6 @@ function (angular, $, kbn, moment, _, GraphTooltip) { ...@@ -277,7 +277,6 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
if (legendSideLastValue !== null && panel.legend.rightSide !== legendSideLastValue) { if (legendSideLastValue !== null && panel.legend.rightSide !== legendSideLastValue) {
return true; return true;
} }
return false;
} }
function addTimeAxis(options) { function addTimeAxis(options) {
......
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