[bug] fix bug 67013

This commit is contained in:
Sergey Luzyanin
2024-03-20 16:24:57 +03:00
parent 968816f90b
commit 14b31cdd25

View File

@ -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);