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
The barColor value can define the color range of the indicator, but the issue is the range is based on the value of the indicator and not the percentage of completion. When the range is based on value there are couple of issues as follow:
When the indicator minValue is a negative number, you cannot assign a color for minimum value
When the indicator value is higher than the maxValue or the maximum value in color range, the indicator color turns to transparent and does not show the indicator progress
The color changes after the maxValue would not be calculated
This should be based on value instead of a percentage value, as when you are working with non-percentage values it becomes explicit to have the color range by values. Will figure out to fix the issues you reported.
The
barColor
value can define the color range of the indicator, but the issue is the range is based on the value of the indicator and not the percentage of completion. When the range is based on value there are couple of issues as follow:minValue
is a negative number, you cannot assign a color for minimum valuemaxValue
or the maximum value in color range, the indicator color turns to transparent and does not show the indicator progressmaxValue
would not be calculatedCode Snippet from Documentation
The text was updated successfully, but these errors were encountered: