fix chart 2
This commit is contained in:
@@ -99,7 +99,7 @@ Espo.define('crm:views/dashlets/abstract/chart', ['views/dashlets/abstract/base'
|
||||
$container.css('height', height);
|
||||
|
||||
setTimeout(function () {
|
||||
if (!$container.size()) return;
|
||||
if (!$container.size() || !$container.is(":visible")) return;
|
||||
this.drow();
|
||||
}.bind(this), 1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user