hellocharts-android
hellocharts-android copied to clipboard
Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
I couldn't configured library in my project. I had done in my way what I have to do and also followed your instructions in your readme file. Please help me....
HelloCharts
I'm getting this error when I sync after adding the dependency. 7:07 PM Unsupported Modules Detected: Compilation is not supported for following modules: App Name. Unfortunately you can't have non-Gradle...
I use hellocharts to draw a chart showing the number of people on each day. But if the number is small, for example, 1 or 2, the Y axis shows...
SliceValue s = new SliceValue(10.01f); pieCharValues.add(s); but it shows 10? compile 'com.github.lecho:hellocharts-android:v1.5.8'
My x-axis is displayed normally, but the y-axis is not displayed. How can I solve this? Where is the root of the problem?? This is my email: [email protected] && [email protected]...
关于一个点不显示问题,网上找了很多方案,大致都是说要去改源码的,但我觉得比较麻烦,说下我的解决方法: 我是判断如果我的列表只有一个值的话,就动态给添加一个空数据元素(value为负数),这样相当于是两个点,而第二个点的值是负数,那就会把第二个点绘制到x轴的下面,这样就看不到了,也就是默认显示了一个点带一根线,然后动态判断把这个线设置成白色即可   ;下面是截图:
I have a line chart filled with 432 points. The graph looks very cluttered and I was wondering if it is possible to set a horizontal distance between each point....
I want to implement a line chart exactly like shown in gif? Is there any callback where i can point where user has touch on linechart and then draw a...
Hi, Is there a way to make this compatible with AndroidX? Best, Richard