wuba / react-native-echarts

📈 React Native ECharts Library: An awesome charting library for React Native, built upon Apache ECharts and leveraging react-native-svg and react-native-skia. Offers significantly better performance compared to WebView-based solutions.
https://wuba.github.io/react-native-echarts/
Apache License 2.0
682 stars 24 forks source link

Unable to re-render on Tablet device orientation change with new height and width #134

Open Manikanta-GEP opened 8 months ago

Manikanta-GEP commented 8 months ago

Whatever the previous dimensions, chart stuck with those.

zhiqingchen commented 8 months ago

https://wuba.github.io/react-native-echarts/docs/getting-started/write-a-adaptive-height-chart

Manikanta-GEP commented 8 months ago

Thanks for the help @zhiqingchen . This solution not working when we use Modal for fullscreen and then rotate to landscape and then closing full screen

Manikanta-GEP commented 8 months ago

One more issue we are facing is, Tree map not rendering with react-native-skia and Custom tooltip on tablet (iPad, Android tablet). While tooltip presents, tree map hiding. Help me with as well please. "@shopify/react-native-skia": "0.1.203", "@wuba/react-native-echarts": "1.2.4", "echarts": "5.4.3", "echarts-stat": "1.2.0",