ChartProgressBar-Android
ChartProgressBar-Android copied to clipboard
Feat: Ability to set bar max bar height for every bar
Set different max height for every bar.
You need to set the mBarHeight to be the same as the new mMaxValue, also this feature should be optional, so you need to set a boolean in the ChartProgressBar to let the user choose if he wants to enable/disable taking the max value from BarData or not.