You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn('Vue Data UI - VueUiStackbar - You cannot set both dataLabels.hideUnderPercentage and dataLabels.hideUnderValue. Note that dataLabels.hideUnderPercentage takes precedence in this case.')
887
+
}
888
+
return value >maxCurrentValue.value*FINAL_CONFIG.value.style.chart.bars.dataLabels.hideUnderPercentage/100;
889
+
}
880
890
if (!canHideSmallValues.value) {
881
891
returnFINAL_CONFIG.value.style.chart.bars.dataLabels.hideEmptyValues? value !==0:true
0 commit comments