Commit 13a788de authored by Sergey Luzyanin's avatar Sergey Luzyanin

open contour charts

parent 48c46646
...@@ -10521,8 +10521,8 @@ BinaryChartReader.prototype.ReadCT_PlotArea = function (type, length, val, oIdTo ...@@ -10521,8 +10521,8 @@ BinaryChartReader.prototype.ReadCT_PlotArea = function (type, length, val, oIdTo
return oThis.ReadCT_SurfaceChart(t, l, oNewVal, aChartWithAxis); return oThis.ReadCT_SurfaceChart(t, l, oNewVal, aChartWithAxis);
}); });
//surface -> line //surface -> line
var line = this.ConvertSurfaceToLine(oNewVal, aChartWithAxis); //var line = this.ConvertSurfaceToLine(oNewVal, aChartWithAxis);
val.addChart(line); val.addChart(oNewVal);
} }
else if (c_oserct_plotareaCATAX === type) { else if (c_oserct_plotareaCATAX === type) {
var oNewVal = new AscFormat.CCatAx(); var oNewVal = new AscFormat.CCatAx();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment