Merge pull request #882 from ONLYOFFICE/fix/bugfix

Fix Bug 50410
This commit is contained in:
Julia Radzhabova 2021-05-14 16:29:55 +03:00 committed by GitHub
commit 44c3c1ec3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,6 +308,8 @@ define([
$target = $(e.currentTarget),
type = $target.data('type');
if (!me._chartObject) return;
var image = new Asc.asc_CImgProperty(),
chart = me._chartObject.get_ChartProperties();