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

Дополнение к №51725

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51727 954022d7-b5bf-4e40-9824-e11837661b57
parent 2cec402b
...@@ -735,7 +735,7 @@ asc_CChart.prototype = { ...@@ -735,7 +735,7 @@ asc_CChart.prototype = {
Writer.WriteString2(this.series[i].FormatCode); Writer.WriteString2(this.series[i].FormatCode);
Writer.WriteBool(this.series[i].isHidden); Writer.WriteBool(this.series[i].isHidden);
//Writer.WriteBool(this.series[i].bShowValue); Writer.WriteBool(this.series[i].bShowValue);
} }
// Theme Colors // Theme Colors
...@@ -837,7 +837,7 @@ asc_CChart.prototype = { ...@@ -837,7 +837,7 @@ asc_CChart.prototype = {
seria.FormatCode = Reader.GetString2(); seria.FormatCode = Reader.GetString2();
seria.isHidden = Reader.GetBool(); seria.isHidden = Reader.GetBool();
//seria.bShowValue = Reader.GetBool(); seria.bShowValue = Reader.GetBool();
this.series.push(seria); this.series.push(seria);
} }
...@@ -1503,6 +1503,7 @@ function asc_CChartSeria() { ...@@ -1503,6 +1503,7 @@ function asc_CChartSeria() {
this.OutlineColor = null; this.OutlineColor = null;
this.FormatCode = ""; this.FormatCode = "";
this.isHidden = false; this.isHidden = false;
this.bShowValue = false;
} }
asc_CChartSeria.prototype = { asc_CChartSeria.prototype = {
......
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