AnyChart-Android icon indicating copy to clipboard operation
AnyChart-Android copied to clipboard

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.

Results 110 AnyChart-Android issues
Sort by recently updated
recently updated
newest added

I can't use the AnyChart library . I always get Cannot resolve symbol 'AnyChartView' I added this line in my dependency `implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'` Also I added this in my gradle...

hello , i am using any chart trial version 1.1.2 this code is working on activity and the chart is showing but when i use exactly same code in a...

I need to change background color in Kotlin/Android from white to transparent or can sync it with Theme, I searched all issues and found just one solution, and it's for...

Hello, I'm using Line chart for my Android application, where I've to take data from CSV file and plot it. Also, when CSV file is updated by adding more data...

If I get data from API I cant display them.

How can i customize the colors of palett in pie chart , i want to use my own colors , thanks in advance

i want to plot multi line graph with multiple of x axis and y axis for example 8 line in a single graph

Charts are not displaying at all. Only the watermark is shown at the bottom of the screen. Below is my code **Activity.xml** **AnalyticsFragment.java** public class AnalyticsFragment extends Fragment { ArrayList...