supervons / react-native-echarts-pro

A React-Native charts based on Apache ECharts, support various charts and map.
https://supervons.github.io/react-native-echarts-pro-docs/
MIT License
216 stars 33 forks source link

热词云展示不稳定 #67

Closed lanjinglingxx closed 2 years ago

lanjinglingxx commented 2 years ago

问题: 热词云展示不稳定,开发环境下小几率展示 react-native:0.66.0 react-native-echarts-pro:1.8.5 react-native-webview:11.22.7 热词拓展文件(无法上传) echarts-wordcloud.min

supervons commented 2 years ago

热词拓展文件能共享一份吗?

还有代码也可以提供下,方便快速复现,感谢。

更多信息可以按照规范提供下https://github.com/supervons/react-native-echarts-pro/issues/6

lanjinglingxx commented 2 years ago

https://github.com/ecomfe/echarts-wordcloud

supervons commented 2 years ago

使用我的词云文件测试下:

ExploreRN-WordCloud

lanjinglingxx commented 2 years ago

不行,白屏

lanjinglingxx commented 2 years ago

文件能本地拓展吗,之前试过一直报错

lanjinglingxx commented 2 years ago

cant found echarts from node_models

lanjinglingxx commented 2 years ago

问题解决了 谢谢

supervons commented 2 years ago

@lanjinglingxx 方案方便分享一下吗?以便后续遇到这个问题的人参考。

lanjinglingxx commented 2 years ago

直接下载的https://github.com/ecomfe/echarts-wordcloud文件放入本地会报错cant found echarts from node_models,所以我就让人把文件放在服务器上,但是这样在网络状态不好或者请求数据过多的情况下,会导致echarts有可能不显示。但是你给的文件可以放在本地(我看了一下,发现你处理过了),所以问题一下子解决了

supervons commented 2 years ago

OK。感谢反馈,后续我文档补充一下两种使用方式。