logitude-dashboard-library 3.2.40 → 3.2.41
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/dist/index.modern.js
CHANGED
|
@@ -2683,6 +2683,11 @@ var getGaugeObject = function getGaugeObject(data, widget) {
|
|
|
2683
2683
|
chartInfo.manageResize = "1";
|
|
2684
2684
|
chartInfo.valueBelowPivot = "1";
|
|
2685
2685
|
chartInfo.showValue = "1";
|
|
2686
|
+
chartInfo.autoScale = "1";
|
|
2687
|
+
chartInfo.chartTopMargin = "0";
|
|
2688
|
+
chartInfo.chartBottomMargin = "0";
|
|
2689
|
+
chartInfo.chartLeftMargin = "0";
|
|
2690
|
+
chartInfo.chartRightMargin = "0";
|
|
2686
2691
|
var value = !isNullOrUndefined(data) && !isNullOrUndefined(data === null || data === void 0 ? void 0 : data.Value) ? data === null || data === void 0 ? void 0 : data.Value : 0;
|
|
2687
2692
|
fusionObject.dataSource = {
|
|
2688
2693
|
"chart": chartInfo,
|