Open DalveerSinghDaiya opened 8 years ago
Hi @DalveerSinghDaiya, I know its very late but did you manage to fix this problem?
Anyone have this problem in future, I have fixed this issue.
what you need to do is set fitchart like this:
<com.txusballesteros.widgets.FitChart android:id="@+id/fitChart" style="@style/chart_style" app:backStrokeColor="#your first color first progress slice" android:layout_gravity="center" app:animationMode="overdraw" />
then increase max value of fitchart by 5, like this
fitChart = view.findViewById(R.id.fitChart); fitChart.setMinValue(0f); fitChart.setMaxValue(105f);
if this helps!!