朔一

Results 30 comments of 朔一

页面更新指的是当前页面中其他的state数据还是说图表的options呢? state更新不会造成重新渲染,只有当options更新才渲染。

@NapChen OK,也希望在使用过程中有问题提issues,我会及时查看并修改。

你好,请按照[issues规范](https://github.com/supervons/react-native-echarts-pro/issues/6)提供下详细信息,方便排查。

请更新至1.9.2再尝试。 @lxverycool @kingka

- Did you use `enableParseStringFunction` props? [enableParseStringFunction](https://supervons.github.io/react-native-echarts-pro-docs/zh-cn/docs/tutorial-basics/props#enableparsestringfunction) - Please show minimum reproducible demo, like this: ```js import React from "react"; import { View } from "react-native"; import RNEChartsPro from "react-native-echarts-pro";...

dataval 参数方便提供一下吗?

```jsx ``` 这里的 `units` 等值能否也提供下,方便复现。

使用模拟器,同样的版本,依赖包是没问题的,方便提供下具体信息吗?

> 我使用react-native-webview调用的echarts是在安卓的主包中放了一个html,路径是通过uri传给webview的 ![image]... 可以提供下`echarts.html`,`echarts.js`文件吗? 理论上目前库的集成方式和这种模式没有区别,可能 `echarts` 的版本上有差异。