Lines Matching refs:offset

990 				var offset = {  class in AmCharts._this.capture
1025 offset: { class in AmCharts._this.capture.group
1046 offset: { class in AmCharts._this.capture.group
1062 offset.width += group.legend.width;
1063 offset.height = group.legend.height > offset.height ? group.legend.height : offset.height;
1065 offset.height += group.legend.height;
1091 offset.width -= _this.setup.chart.leftContainer.offsetWidth;
1095 offset.width -= _this.setup.chart.rightContainer.offsetWidth;
1099offset.height -= _this.setup.chart.periodSelector.offsetHeight + _this.setup.chart.panelsSettings.…
1103 offset.height -= _this.setup.chart.dataSetSelector.offsetHeight;
1118 width: offset.width,
1119 height: offset.height,
1351 group.offset.y = _this.pxToNumber( group.parent.style.top );
1352 group.offset.x = _this.pxToNumber( group.parent.style.left );
1356 group.offset.x = offset.x;
1357 group.offset.y = offset.y;
1358 offset.y += _this.pxToNumber( group.parent.style.height );
1362 offset.pY = _this.pxToNumber( isPanel.style.marginTop );
1363 group.offset.y += offset.pY;
1367 group.offset.y += offset.pY;
1373 group.offset.y = _this.pxToNumber( group.parent.style.top ) + offset.pY;
1374 group.offset.x = _this.pxToNumber( group.parent.style.left ) + offset.pX;
1378offset.pY += _this.pxToNumber( isPanel.style.height ) + _this.setup.chart.panelsSettings.panelSpac…
1382 group.offset.y -= _this.setup.chart.panelsSettings.panelSpacing;
1390 group.offset.absolute = true;
1391 group.offset.top = _this.pxToNumber( group.parent.style.top );
1392 group.offset.right = _this.pxToNumber( group.parent.style.right, true );
1393 group.offset.bottom = _this.pxToNumber( group.parent.style.bottom, true );
1394 group.offset.left = _this.pxToNumber( group.parent.style.left );
1395 group.offset.width = _this.pxToNumber( group.parent.style.width );
1396 group.offset.height = _this.pxToNumber( group.parent.style.height );
1400 group.offset.y = _this.pxToNumber( group.parent.style.top );
1401 group.offset.x = _this.pxToNumber( group.parent.style.left );
1409 offset.x += group.legend.width;
1411 group.offset.x += offset.width - group.legend.width;
1413 offset.y += group.legend.height;
1415 group.offset.y += offset.height - group.legend.height; // OFFSET.Y
1420 group.offset.x = offset.x;
1421 group.offset.y = offset.y + offset.pY;
1422 offset.y += _this.pxToNumber( group.parent.style.height );
1428 offset.y += _this.pxToNumber( isPanel.style.marginTop );
1429 group.offset.y += _this.pxToNumber( isPanel.style.marginTop );
1444 if ( group.offset.absolute ) {
1445 if ( group.offset.bottom !== undefined ) {
1446 tmp.top = offset.height - group.offset.height - group.offset.bottom;
1448 tmp.top = group.offset.top;
1451 if ( group.offset.right !== undefined ) {
1452 tmp.left = offset.width - group.offset.width - group.offset.right;
1454 tmp.left = group.offset.left;
1459 tmp.top = group.offset.y;
1460 tmp.left = group.offset.x;
1632 top: style_parent.top + group.offset.y,
1633 left: style_parent.left + group.offset.x,
1650 top: style_parent.top + group.offset.y,
1651 left: style_parent.left + group.offset.x,