react-native-echarts-wrapper icon indicating copy to clipboard operation
react-native-echarts-wrapper copied to clipboard

Updating e-chart framework to its current latest version

Open memon07 opened this issue 4 years ago • 8 comments

@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 avatar Nov 09 '21 18:11 memon07

@memon07 did you update it to echart's latest version?

AhtshamHayee avatar Jan 04 '22 13:01 AhtshamHayee

@memon07 Sorry i was busy, i will update the libary to use the latest version of e-charts

tomLadder avatar Mar 07 '22 18:03 tomLadder

@tomLadder did you get a chance to update the library to the latest version?

mthakkar815 avatar May 23 '22 21:05 mthakkar815

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 avatar Dec 04 '22 18:12 fatihyildizhan

@fatihyildizhan I have encountered this problem too, have you solved it? Could you share your solution?

anddygon avatar Jan 30 '24 11:01 anddygon

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?

GokuVijay avatar Apr 16 '24 06:04 GokuVijay

@memon07 Did you able to make this package work with the newer version ?

GokuVijay avatar Apr 18 '24 10:04 GokuVijay

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>

mazurGit avatar Apr 19 '24 12:04 mazurGit