Hi , In the MPAndroidCharts library thread some of the posts had the java code, and since the feature combinedCharts was not how I liked it, I changed the java code( now it can draw candlesticks, lines and scatter), then compiled it with the Simple Library Compiler tool and it works fine.
But now looking in the original library github, there was a major change in how you enter the data, now you can enter (x,y), it used to be (y, index).
I downloaded the update, replaced all the files and try to compile but I got the following error while compiling with the Simple Library Compiler tool:
Hopefuly the user that created the MPAndroidCharts library thread may have the answer.
Thanks
But now looking in the original library github, there was a major change in how you enter the data, now you can enter (x,y), it used to be (y, index).
I downloaded the update, replaced all the files and try to compile but I got the following error while compiling with the Simple Library Compiler tool:
B4X:
Starting step: Compiling Java code.
javac 1.8.0_161
C:\Users\...\Desktop\MPChartLib - Copy\src\com\github\mikephil\charting\animation\ChartAnimator.java:6: error: package android.support.annotation does not exist
import android.support.annotation.RequiresApi;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
Hopefuly the user that created the MPAndroidCharts library thread may have the answer.
Thanks