-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
反馈几个问题 #92
Comments
你好,关于第一点,x轴y轴是支持formatter函数的。请问你使用的react native版本是多少?是否启用了Hermes引擎? 如果启用Hermes引擎,所有函数包括formatter函数会被Hermes被转换为字节码然后注入到webview中去执行,这导致图表无法正常渲染。基于WebView的Echarts实现方案都会遇到这个问题。当然也有对应的解决方案。 可以根据这个链接里的模板提供一下你的信息:#6 |
关于第二点,可以查看文档 getinstance, echartsRef.current.getInstance("dispose"); |
遇到了第一个问题,formater是直接写在option配置里的,表现是(调试模式下是正常展示的)打包后柱形不展示, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1, 轴 formatter 不支持函数, 只支持字符串模板方式
2, 实例未提供dispose方法
The text was updated successfully, but these errors were encountered: