Updating e-chart framework to its current latest version
@tomLadder can you please update the Apache e-chart's echarts.min.js to its latest version (5.2.2) as of nov 2021. there are few new features which i am not able to use.
If you are busy with work , you can assign the task to me ..
thanks in advance.
@memon07 did you update it to echart's latest version?
@memon07 Sorry i was busy, i will update the libary to use the latest version of e-charts
@tomLadder did you get a chance to update the library to the latest version?
Hi @tomLadder I am getting Error evaluating injectedJavaScript: This is possibly due to an unsupported return type. Try adding true to the end of your injectedJavaScript string.
react-native version is 0.70
Could it be related to this version?
Thank you.
@fatihyildizhan I have encountered this problem too, have you solved it? Could you share your solution?
Hi @tomLadder , can you tell me which version of the echart package we are using in this library? Also, when can we expect the next release?
@memon07 Did you able to make this package work with the newer version ?
If the application is not supposed to work offline, then it is possible add link as a script.
in index.js replace <script> ${getMinifiedEChartsFramework()} </script>
to : <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js"></script>