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

ios 渲染失败 #68

Closed David881903 closed 1 year ago

David881903 commented 2 years ago

react-native-echarts-pro【1.8.5】 react-native version【0.59.10】 react-native-webview 【10.10.2】 Platform【ios】

ios 数据量超过12万 折线图渲染失败 xAxis: { type: 'value', minInterval: 1, axisLabel: { hideOverlap: true, }, }, 使用type: 'category',是可以渲染,但是使用type: 'value' 就渲染失败

supervons commented 2 years ago

数据Demo能提供下吗?

方便定位。