Commit d43e2427 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

СР чартов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51119 954022d7-b5bf-4e40-9824-e11837661b57
parent 4730ae9f
......@@ -964,8 +964,8 @@ asc_CChart.prototype = {
}
if ( ws ) {
ws.objectRender.rebuildChartGraphicObjects();
ws.objectRender.showDrawingObjects(false);
//ws.objectRender.rebuildChartGraphicObjects();
//ws.objectRender.showDrawingObjects(false);
}
},
......@@ -1072,8 +1072,8 @@ asc_CChart.prototype = {
break;
}
if ( ws ) {
ws.objectRender.rebuildChartGraphicObjects();
ws.objectRender.showDrawingObjects(false);
//ws.objectRender.rebuildChartGraphicObjects();
//ws.objectRender.showDrawingObjects(false);
}
}
}
......
......@@ -514,7 +514,7 @@ DrawingObjectsController.prototype =
{
if(this.selectedObjects[0].isChart())
{
this.selectedObjects[0].setChart(chart, true);
this.selectedObjects[0].setChart(chart);
this.selectedObjects[0].recalculate();
return;
......@@ -525,7 +525,7 @@ DrawingObjectsController.prototype =
{
if(this.curState.group.selectedObjects[0].isChart())
{
this.curState.group.selectedObjects[0].setChart(chart, true);
this.curState.group.selectedObjects[0].setChart(chart);
this.curState.group.selectedObjects[0].recalculate();
return;
}
......@@ -1532,7 +1532,7 @@ DrawingObjectsController.prototype =
}
if(ArrGlyph[i].isChart() && isRealObject(props.ChartProperties))
{
ArrGlyph[i].setChart(props.ChartProperties, true);
ArrGlyph[i].setChart(props.ChartProperties);
ArrGlyph[i].recalculate();
}
......
This diff is collapsed.
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