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 text was updated successfully, but these errors were encountered:
DalveerSinghDaiya
changed the title
set the end slice of chart to overlap the beginning point of first slice
set the end cap of last slice of chart to overlap the beginning point of first slice
Oct 7, 2016
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
if this helps!!
The text was updated successfully, but these errors were encountered: