tomLadder / react-native-echarts-wrapper

📈Powerful React-Native ECharts Wrapper 📊
MIT License
177 stars 62 forks source link

Updating e-chart framework to its current latest version #87

Open memon07 opened 2 years ago

memon07 commented 2 years ago

@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.

AhtshamHayee commented 2 years ago

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

tomLadder commented 2 years ago

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

mthakkar815 commented 2 years ago

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

fatihyildizhan commented 1 year ago

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.

anddygon commented 7 months ago

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

GokuVijay commented 4 months ago

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 commented 4 months ago

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

mazurGit commented 4 months ago

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/echarts@5.5.0/dist/echarts.min.js"></script>