Commit e19a9b58 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

add BUILT_IN_UNIT_THOUSANDS

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55354 954022d7-b5bf-4e40-9824-e11837661b57
parent 152eda11
......@@ -3822,7 +3822,7 @@ CBubbleChart.prototype =
History.Add(this, {Type:historyitem_BubbleChart_SetDLbls, oldPr: this.dLbls, newPr: pr});
this.dLbls = pr;
},
AddSer: function(ser)
addSer: function(ser)
{
History.Add(this, {Type:historyitem_BubbleChart_AddSerie, newPr: ser});
this.series.push(ser);
......@@ -7196,6 +7196,7 @@ var BUILT_IN_UNIT_MILLIONS = 4;
var BUILT_IN_UNIT_TEN_MILLIONS = 5;
var BUILT_IN_UNIT_TEN_THOUSANDS = 6;
var BUILT_IN_UNIT_TRILLIONS = 7;
var BUILT_IN_UNIT_THOUSANDS = 8;
var UNIT_MULTIPLIERS = [];
UNIT_MULTIPLIERS[BUILT_IN_UNIT_BILLIONS] = 1.0/1000000000.0;
......
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