AnyChart / AnyChart-Android

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.
2.32k stars 369 forks source link

Need to set the DataEntry List in Set class #230

Open aviroop89 opened 3 years ago

aviroop89 commented 3 years ago

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

Shestac92 commented 3 years ago

@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).