mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[bug] fix bug 67013
This commit is contained in:
@ -12264,7 +12264,7 @@
|
||||
|
||||
InitClass(CPivotFmt, CBaseChartObject, AscDFH.historyitem_type_PivotFmt);
|
||||
CPivotFmt.prototype.getChildren = function() {
|
||||
var aRet = CSeriesBase.prototype.getChildren.call(this);
|
||||
let aRet = [];
|
||||
aRet.push(this.dLbl);
|
||||
aRet.push(this.marker);
|
||||
aRet.push(this.spPr);
|
||||
|
||||
Reference in New Issue
Block a user