@amcharts/amcharts5 5.2.10 → 5.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.internal/charts/hierarchy/Hierarchy.d.ts +1 -1
- package/.internal/charts/hierarchy/Hierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/Hierarchy.js +6 -4
- package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js +0 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js.map +1 -1
- package/.internal/charts/pie/PieChart.d.ts +1 -1
- package/.internal/charts/pie/PieChart.d.ts.map +1 -1
- package/.internal/charts/pie/PieChart.js.map +1 -1
- package/.internal/charts/pie/PieSeries.d.ts.map +1 -1
- package/.internal/charts/pie/PieSeries.js +52 -44
- package/.internal/charts/pie/PieSeries.js.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.js +14 -2
- package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
- package/.internal/charts/stock/indicators/MovingAverage.d.ts +1 -1
- package/.internal/charts/stock/indicators/MovingAverage.js.map +1 -1
- package/.internal/charts/stock/indicators/VWAP.d.ts +33 -0
- package/.internal/charts/stock/indicators/VWAP.d.ts.map +1 -0
- package/.internal/charts/stock/indicators/VWAP.js +151 -0
- package/.internal/charts/stock/indicators/VWAP.js.map +1 -0
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts.map +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.js +9 -0
- package/.internal/charts/stock/toolbar/IndicatorControl.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts +16 -0
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +14 -0
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/XYCursor.d.ts +7 -1
- package/.internal/charts/xy/XYCursor.d.ts.map +1 -1
- package/.internal/charts/xy/XYCursor.js.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.js +1 -0
- package/.internal/charts/xy/axes/CategoryAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts +1 -0
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +8 -0
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts +1 -0
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +15 -7
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.js +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.js.map +1 -1
- package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/LineSeries.js +10 -4
- package/.internal/charts/xy/series/LineSeries.js.map +1 -1
- package/.internal/core/Classes.d.ts +2 -0
- package/.internal/core/Classes.d.ts.map +1 -1
- package/.internal/core/Classes.js.map +1 -1
- package/.internal/core/Root.d.ts +7 -0
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +154 -0
- package/.internal/core/Root.js.map +1 -1
- package/.internal/core/render/Container.d.ts +10 -0
- package/.internal/core/render/Container.d.ts.map +1 -1
- package/.internal/core/render/Container.js +58 -4
- package/.internal/core/render/Container.js.map +1 -1
- package/.internal/core/render/HorizontalLayout.d.ts.map +1 -1
- package/.internal/core/render/HorizontalLayout.js +18 -15
- package/.internal/core/render/HorizontalLayout.js.map +1 -1
- package/.internal/core/render/Label.d.ts.map +1 -1
- package/.internal/core/render/Label.js +18 -2
- package/.internal/core/render/Label.js.map +1 -1
- package/.internal/core/render/Sprite.d.ts +21 -0
- package/.internal/core/render/Sprite.d.ts.map +1 -1
- package/.internal/core/render/Sprite.js +45 -21
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/Tooltip.d.ts +6 -0
- package/.internal/core/render/Tooltip.d.ts.map +1 -1
- package/.internal/core/render/Tooltip.js +4 -0
- package/.internal/core/render/Tooltip.js.map +1 -1
- package/.internal/core/render/VerticalLayout.d.ts.map +1 -1
- package/.internal/core/render/VerticalLayout.js +18 -15
- package/.internal/core/render/VerticalLayout.js.map +1 -1
- package/.internal/core/render/gradients/RadialGradient.d.ts.map +1 -1
- package/.internal/core/render/gradients/RadialGradient.js +9 -0
- package/.internal/core/render/gradients/RadialGradient.js.map +1 -1
- package/.internal/core/util/Entity.d.ts +1 -0
- package/.internal/core/util/Entity.d.ts.map +1 -1
- package/.internal/core/util/Entity.js +15 -4
- package/.internal/core/util/Entity.js.map +1 -1
- package/.internal/core/util/Modal.d.ts +13 -0
- package/.internal/core/util/Modal.d.ts.map +1 -1
- package/.internal/core/util/Modal.js +13 -0
- package/.internal/core/util/Modal.js.map +1 -1
- package/CHANGELOG.md +39 -0
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/json/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/index.js +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/index.js +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/index.js +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/stock-chart/package.json +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
- package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
- package/examples/javascript/stock-chart-intraday/package.json +1 -1
- package/examples/javascript/stock-chart-live/package.json +1 -1
- package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/index.js +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/json/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/index.ts +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/index.ts +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/index.ts +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/stock-chart/package.json +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
- package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
- package/examples/typescript/stock-chart-intraday/package.json +1 -1
- package/examples/typescript/stock-chart-live/package.json +1 -1
- package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/index.ts +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/package.json +1 -1
- package/stock.d.ts +1 -0
- package/stock.d.ts.map +1 -1
- package/stock.js +1 -0
- package/stock.js.map +1 -1
|
@@ -673,19 +673,22 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
673
673
|
}
|
|
674
674
|
display.cancelTouch = draggable ? true : false;
|
|
675
675
|
}
|
|
676
|
-
if (this.isDirty("tooltipText")) {
|
|
676
|
+
if (this.isDirty("tooltipText") || this.isDirty("tooltipHTML")) {
|
|
677
677
|
var tooltipText = this.get("tooltipText");
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
678
|
+
var tooltipHTML = this.get("tooltipHTML");
|
|
679
|
+
if (tooltipText || tooltipHTML) {
|
|
680
|
+
if (!this._tooltipDp) {
|
|
681
|
+
this._tooltipDp = new MultiDisposer([
|
|
682
|
+
events.on("pointerover", function () {
|
|
683
|
+
_this.showTooltip();
|
|
684
|
+
}),
|
|
685
|
+
events.on("pointerout", function () {
|
|
686
|
+
if (_this.get("showTooltipOn") != "always") {
|
|
687
|
+
_this.hideTooltip();
|
|
688
|
+
}
|
|
689
|
+
})
|
|
690
|
+
]);
|
|
691
|
+
}
|
|
689
692
|
}
|
|
690
693
|
else {
|
|
691
694
|
if (this._tooltipDp) {
|
|
@@ -750,7 +753,7 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
750
753
|
}
|
|
751
754
|
this._sizeDirty = true;
|
|
752
755
|
}
|
|
753
|
-
if (this.isDirty("maxWidth") || this.isDirty("maxHeight") || this.isPrivateDirty("width") || this.isPrivateDirty("height") || this.isDirty("minWidth") || this.isDirty("minHeight") || this.isPrivateDirty("maxWidth") || this.isPrivateDirty("maxHeight")) {
|
|
756
|
+
if (this.isDirty("maxWidth") || this.isDirty("maxHeight") || this.isPrivateDirty("width") || this.isPrivateDirty("height") || this.isDirty("minWidth") || this.isDirty("minHeight") || this.isPrivateDirty("maxWidth") || this.isPrivateDirty("maxHeight") || this.isPrivateDirty("minWidth") || this.isPrivateDirty("minHeight")) {
|
|
754
757
|
this.markDirtyBounds();
|
|
755
758
|
this._sizeDirty = true;
|
|
756
759
|
}
|
|
@@ -826,7 +829,7 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
826
829
|
if (!_this.getPrivate("touchHovering")) {
|
|
827
830
|
_this.setTimeout(function () {
|
|
828
831
|
_this._handleOver();
|
|
829
|
-
if (_this.get("tooltipText")) {
|
|
832
|
+
if (_this.get("tooltipText") || _this.get("tooltipHTML")) {
|
|
830
833
|
_this.showTooltip();
|
|
831
834
|
}
|
|
832
835
|
_this.setPrivateRaw("touchHovering", true);
|
|
@@ -845,7 +848,7 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
845
848
|
if ($utils.isTouchEvent(ev.originalEvent)) {
|
|
846
849
|
if (_this.getPrivate("touchHovering")) {
|
|
847
850
|
_this._handleOut();
|
|
848
|
-
if (_this.get("tooltipText")) {
|
|
851
|
+
if (_this.get("tooltipText") || _this.get("tooltipHTML")) {
|
|
849
852
|
_this.hideTooltip();
|
|
850
853
|
}
|
|
851
854
|
}
|
|
@@ -1285,8 +1288,8 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
1285
1288
|
configurable: true,
|
|
1286
1289
|
writable: true,
|
|
1287
1290
|
value: function (bounds) {
|
|
1288
|
-
var minWidth = this.get("minWidth");
|
|
1289
|
-
var minHeight = this.get("minHeight");
|
|
1291
|
+
var minWidth = this.get("minWidth", this.getPrivate("minWidth"));
|
|
1292
|
+
var minHeight = this.get("minHeight", this.getPrivate("minHeight"));
|
|
1290
1293
|
if ($type.isNumber(minWidth)) {
|
|
1291
1294
|
if (bounds.right - bounds.left < minWidth) {
|
|
1292
1295
|
bounds.right = bounds.left + minWidth;
|
|
@@ -1363,7 +1366,8 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
1363
1366
|
value: function (point) {
|
|
1364
1367
|
var tooltip = this.getTooltip();
|
|
1365
1368
|
var tooltipText = this.get("tooltipText");
|
|
1366
|
-
|
|
1369
|
+
var tooltipHTML = this.get("tooltipHTML");
|
|
1370
|
+
if ((tooltipText || tooltipHTML) && tooltip) {
|
|
1367
1371
|
var tooltipPosition = this.get("tooltipPosition");
|
|
1368
1372
|
var tooltipTarget = this.getPrivate("tooltipTarget", this);
|
|
1369
1373
|
if (tooltipPosition == "fixed" || !point) {
|
|
@@ -1378,7 +1382,12 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
1378
1382
|
if (!tooltip.get("y")) {
|
|
1379
1383
|
tooltip.set("y", point.y);
|
|
1380
1384
|
}
|
|
1381
|
-
|
|
1385
|
+
if (tooltipText) {
|
|
1386
|
+
tooltip.label.set("text", tooltipText);
|
|
1387
|
+
}
|
|
1388
|
+
if (tooltipHTML) {
|
|
1389
|
+
tooltip.label.set("html", tooltipHTML);
|
|
1390
|
+
}
|
|
1382
1391
|
var dataItem = this.dataItem;
|
|
1383
1392
|
if (dataItem) {
|
|
1384
1393
|
tooltip.label._setDataItem(dataItem);
|
|
@@ -1939,6 +1948,21 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
1939
1948
|
return this._parent ? (this._parent.isVisibleDeep() && this.isVisible()) : this.isVisible();
|
|
1940
1949
|
}
|
|
1941
1950
|
});
|
|
1951
|
+
/**
|
|
1952
|
+
* Returns an actual opacity of the element, taking into account all parents.
|
|
1953
|
+
*
|
|
1954
|
+
* @return Opacity
|
|
1955
|
+
* @since 5.2.11
|
|
1956
|
+
*/
|
|
1957
|
+
Object.defineProperty(Sprite.prototype, "compositeOpacity", {
|
|
1958
|
+
enumerable: false,
|
|
1959
|
+
configurable: true,
|
|
1960
|
+
writable: true,
|
|
1961
|
+
value: function () {
|
|
1962
|
+
var opacity = this.get("opacity", 1);
|
|
1963
|
+
return this._parent ? (this._parent.compositeOpacity() * opacity) : opacity;
|
|
1964
|
+
}
|
|
1965
|
+
});
|
|
1942
1966
|
/**
|
|
1943
1967
|
* Returns width of this element in pixels.
|
|
1944
1968
|
*
|
|
@@ -1951,7 +1975,7 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
1951
1975
|
value: function () {
|
|
1952
1976
|
var width = this.get("width");
|
|
1953
1977
|
var maxWidth = this.get("maxWidth", this.getPrivate("maxWidth"));
|
|
1954
|
-
var minWidth = this.get("minWidth");
|
|
1978
|
+
var minWidth = this.get("minWidth", this.getPrivate("minWidth"));
|
|
1955
1979
|
var privateWidth = this.getPrivate("width");
|
|
1956
1980
|
var w = 0;
|
|
1957
1981
|
if ($type.isNumber(privateWidth)) {
|
|
@@ -2053,7 +2077,7 @@ var Sprite = /** @class */ (function (_super) {
|
|
|
2053
2077
|
value: function () {
|
|
2054
2078
|
var height = this.get("height");
|
|
2055
2079
|
var maxHeight = this.get("maxHeight", this.getPrivate("maxHeight"));
|
|
2056
|
-
var minHeight = this.get("minHeight");
|
|
2080
|
+
var minHeight = this.get("minHeight", this.getPrivate("minHeight"));
|
|
2057
2081
|
var privateHeight = this.getPrivate("height");
|
|
2058
2082
|
var h = 0;
|
|
2059
2083
|
if ($type.isNumber(privateHeight)) {
|