From 2289026f987d6bd35435e73142c8aeb30356606f Mon Sep 17 00:00:00 2001 From: nikita_bartoshuk Date: Sun, 14 Sep 2025 23:58:06 +0300 Subject: [PATCH] fix: context chart advanced --- apps/presentationeditor/main/app/controller/DocumentHolderExt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/presentationeditor/main/app/controller/DocumentHolderExt.js b/apps/presentationeditor/main/app/controller/DocumentHolderExt.js index 27b50b0019..0dc4d1fcef 100644 --- a/apps/presentationeditor/main/app/controller/DocumentHolderExt.js +++ b/apps/presentationeditor/main/app/controller/DocumentHolderExt.js @@ -2239,6 +2239,7 @@ define([], function () { { chartProps: elValue, slideSize: PE.getController('Toolbar').currentPageSize, + chartSettings: me.api.asc_getChartSettings(), handler: function(result, value) { if (result == 'ok') { if (me.api) {