Commit 2c4876e8 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete arrBaseColors

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51935 954022d7-b5bf-4e40-9824-e11837661b57
parent 94f57fd3
......@@ -35,8 +35,6 @@ function ChartRender(options) {
}
}
var arrBaseColors = [];
function ChartStyleManager() {
var _this = this;
......@@ -929,8 +927,7 @@ function insertChart(chart, options) {
var styleManager = api_doc ? api_doc.chartStyleManager : api_sheet.chartStyleManager;
if ( !styleManager.isReady() )
styleManager.init(options);
arrBaseColors = styleManager.getBaseColors( parseInt(chart.styleId) );
var arrFormatAdobeLabels = [];
var catNameLabels = [];
......
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