tomLadder / react-native-echarts-wrapper

📈Powerful React-Native ECharts Wrapper 📊
MIT License
176 stars 63 forks source link

Set default renderer to svg or use props #51

Closed Zeral-Zhang closed 4 years ago

Zeral-Zhang commented 4 years ago

Set default renderer to svg or use props, the SVG renderer has provided a better FPS performance in mobile devices. link:Render by Canvas or SVG

tomLadder commented 4 years ago

@Zeral-Zhang Yes you are totally right. It was already possible to the the render to "svg" through props. But i found out that touch events/gestures are not handled proberly when rendering with svg. But for static charts it makes sense. Will add it again in the upcomming release.