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.
@@ -93,6 +93,7 @@ export interface ChartInfo {
93
93
  manageResize: string | null;
94
94
  valueBelowPivot: string | null;
95
95
  showValue: string | null;
96
+ autoScale: string | null;
96
97
  }
97
98
  export declare function getSeriesPositionColor(position: number): string | null;
98
99
  export declare function getSeriesHoverPositionColor(position: number): string | null;
package/dist/index.js CHANGED
@@ -2687,6 +2687,11 @@ var getGaugeObject = function getGaugeObject(data, widget) {
2687
2687
  chartInfo.manageResize = "1";
2688
2688
  chartInfo.valueBelowPivot = "1";
2689
2689
  chartInfo.showValue = "1";
2690
+ chartInfo.autoScale = "1";
2691
+ chartInfo.chartTopMargin = "0";
2692
+ chartInfo.chartBottomMargin = "0";
2693
+ chartInfo.chartLeftMargin = "0";
2694
+ chartInfo.chartRightMargin = "0";
2690
2695
  var value = !isNullOrUndefined(data) && !isNullOrUndefined(data === null || data === void 0 ? void 0 : data.Value) ? data === null || data === void 0 ? void 0 : data.Value : 0;
2691
2696
  fusionObject.dataSource = {
2692
2697
  "chart": chartInfo,