mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
Fix to graph panel, and width=0 bug
This commit is contained in:
parent
3044a74a52
commit
48b25bc327
@ -112,7 +112,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
|
||||
}
|
||||
|
||||
if (elem.width() === 0) {
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -277,7 +277,6 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
|
||||
if (legendSideLastValue !== null && panel.legend.rightSide !== legendSideLastValue) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function addTimeAxis(options) {
|
||||
|
Loading…
Reference in New Issue
Block a user