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

Some tooltip options don't work on the `richText` render mode #140

Open JHPG opened 6 months ago

JHPG commented 6 months ago

Description

Some tooltip options don't work on the renderMode: 'richText'. By default, RN Web uses the html option, which works well with these options, but for iOS or Android devices, html mode is not an option.

It happens with:

A simple snack to reproduce the behavior: