Commit 7ba7c882 authored by Sergey Luzyanin's avatar Sergey Luzyanin

Merge branch 'hotfix/builder-print' into develop

parents 13ce5ee6 4f982475
...@@ -658,4 +658,4 @@ specific requirements. ...@@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school, You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>. <http://www.gnu.org/licenses/>.
\ No newline at end of file
...@@ -287,6 +287,7 @@ ...@@ -287,6 +287,7 @@
settings.inColumns = !bInRows; settings.inColumns = !bInRows;
settings.range = sDataRange; settings.range = sDataRange;
var oChart = AscFormat.DrawingObjectsController.prototype.getChartSpace(this.worksheet, settings); var oChart = AscFormat.DrawingObjectsController.prototype.getChartSpace(this.worksheet, settings);
oChart.setBDeleted(false);
oChart.setWorksheet(this.worksheet); oChart.setWorksheet(this.worksheet);
oChart.setBFromSerialize(true); oChart.setBFromSerialize(true);
oChart.addToDrawingObjects(); oChart.addToDrawingObjects();
......
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