RamiJ3mli / PercentageChartView

An Android custom view that displays the progress of an ongoing task.
Apache License 2.0
377 stars 82 forks source link

Percentage is Zero if 100 is passed. #3

Closed JudeOchalifu closed 5 years ago

JudeOchalifu commented 5 years ago

Hi. When calling chart.setPercentage(100, true) the final percentage displayed is 0%. This is not the case when a number <= 99 is used

Is this a known issue, and how do I resolve it?

Best regards

RamiJ3mli commented 5 years ago

Hi @JudeOchalifu, Thank you for pointing it out. v0.1.3 was released. Please update your dependency

    implementation 'com.ramijemli.percentagechartview:percentagechartview:0.1.3' 
JudeOchalifu commented 5 years ago

Okay.Thanks