Commit 141d92dc authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51920 954022d7-b5bf-4e40-9824-e11837661b57
parent f2e9e1a6
...@@ -1731,7 +1731,6 @@ function DrawPieChart(chartCanvas, chartSubType, data, chart) { ...@@ -1731,7 +1731,6 @@ function DrawPieChart(chartCanvas, chartSubType, data, chart) {
//bar._otherProps._exploded = 15; //bar._otherProps._exploded = 15;
bar._otherProps._area_border = chart.bShowBorder; bar._otherProps._area_border = chart.bShowBorder;
bar._otherProps._ylabels_count = 'auto'; bar._otherProps._ylabels_count = 'auto';
bar._otherProps._colors = ['steelblue', 'IndianRed', 'Silver'];
bar._chartGutter._left = 45; bar._chartGutter._left = 45;
bar._chartGutter._right = 90; bar._chartGutter._right = 90;
bar._chartGutter._top = 13; bar._chartGutter._top = 13;
...@@ -1986,7 +1985,6 @@ function DrawHBarChart(chartCanvas, chartSubType, data, chart) { ...@@ -1986,7 +1985,6 @@ function DrawHBarChart(chartCanvas, chartSubType, data, chart) {
bar._otherProps._background_grid_color = 'graytext'; bar._otherProps._background_grid_color = 'graytext';
bar._otherProps._background_barcolor1 = 'white'; bar._otherProps._background_barcolor1 = 'white';
bar._otherProps._background_barcolor2 = 'white'; bar._otherProps._background_barcolor2 = 'white';
bar._otherProps._colors = ['steelblue', 'IndianRed', 'green'];
var tempMas = []; var tempMas = [];
for (var i = 0; i < data.length; i++) { for (var i = 0; i < data.length; i++) {
tempMas[data.length - i - 1] = i + 1; tempMas[data.length - i - 1] = 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