Commit 9c865674 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47407 954022d7-b5bf-4e40-9824-e11837661b57
parent e33c4c2c
if (typeof(OfficeExcel) == 'undefined') OfficeExcel = {};
 if (typeof(OfficeExcel) == 'undefined') OfficeExcel = {};
/**
* The bar chart constructor
......@@ -312,7 +312,7 @@
// Draw the X axis
if('auto' == this._otherProps._ylabels_count)
{
//îïðåäåëÿåì êóäà ñòàâèòü îñü
//определяем куда ставить ось
var numNull = this._otherProps._background_grid_autofit_numhlines;
var arrTemp = []
......@@ -1225,7 +1225,7 @@
{
individualBarWidth = ((width) - (2 * hmargin));
startX = hmargin + i*2*hmargin + (i * individualBarWidth) + this._chartGutter._left;
//ñ÷èòàåì îáùóþ âûñîòó
//считаем общую высоту
var allHeight = 0;
var allHeightAbNull = 0;
var allHeightLessNull = 0;
......@@ -1547,7 +1547,7 @@
{
color: this._otherProps._ylabels_color,
italic: this._otherProps._ylabels_italic,
underline: this._otherProps._ylabels_underline,
underline: this._otherProps._ylabels_underline
}
if (this._otherProps._ylabels_inside == true) {
......
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