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
762 stars 25 forks source link

在使用Tooltip提示组件时怎么让其在内容过多时支持横向竖向滚动 #206

Open wenkedada opened 1 month ago

wenkedada commented 1 month ago

如题,,试了confine: true但会限制在图表组件里面高度超过就被截取了,看了可以设置extraCssText但都没起作用

lucyanddarlin commented 1 month ago

同问

zhiqingchen commented 1 month ago

没想到能支持的方法。

wenkedada commented 1 month ago

没想到能支持的方法。

网页是用extraCssText: 'overflow: auto;'这一设置实现的滚动,在RN这里是否也可以兼容一下这个配置呢