AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
I am trying to apply AnyChart library in one of my projects but unable to insert the Dummy list that has been created in the sample app. Please help. Also, it will be very thankful to you if you can kindly suggest the way to smoothen out the lines and add markers
@aviroop89
For smooth lines, you can use the spline() series type.
Regarding the issue, please, provide more details (the simplified code that reproduces the issue).
I am trying to apply AnyChart library in one of my projects but unable to insert the Dummy list that has been created in the sample app. Please help. Also, it will be very thankful to you if you can kindly suggest the way to smoothen out the lines and add markers