logitude-dashboard-library 1.4.62 → 1.4.63

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.js CHANGED
@@ -850,10 +850,10 @@ function getDefaultChartInfo(widget) {
850
850
  chart.placeValuesInside = widget.ValuePosition.toLowerCase() == 'inside' ? "1" : "0";
851
851
  }
852
852
  if (widget.IsStacked && isValuePositionInside && isColumnOrBarChart(widget)) {
853
- chart.minPlotHeightForValue = "15";
853
+ chart.minPlotHeightForValue = "35";
854
854
  }
855
855
  if (isValuePositionInside && isPieOrDonutChart(widget)) {
856
- chart.minAngleForValue = "15";
856
+ chart.minAngleForValue = "27";
857
857
  }
858
858
  chart.enableSlicing = "0";
859
859
  chart.enableRotation = "0";