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

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49055 954022d7-b5bf-4e40-9824-e11837661b57
parent 741d6112
......@@ -2887,6 +2887,8 @@ function DrawingObjects() {
for (var i = 0; i < chart.series.length; i++) {
if ( !chart.series[i].OutlineColor )
chart.series[i].OutlineColor = uniColors[i];
if ( !chart.series[i].Tx )
chart.series[i].Tx = api.chartTranslate.series + " " + (i + 1);
}
}
......
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