tony chen

Results 163 comments of tony chen

https://github.com/wuba/react-native-echarts/pull/193 Related discussion moved to this PR, your previous feedback question we have not repeated.https://github.com/user-attachments/assets/c3ab96f8-3320-4406-9699-cdd9bb02005a

try this demo @ducpt-bili https://github.com/zhiqingchen/react-native-echarts-test ![image](https://github.com/user-attachments/assets/59a6f092-7ef2-4942-a570-ac34628e6eb3)

Also have this problem when the legend's orient is set to vertical? ``` legend: { type: 'scroll', orient: 'vertical', right: 10, top: 20, bottom: 20, data: data.legendData }, ```

Try commenting out this code to see if this is the effect here: `lib/module/svgChart.js` ``` // fix: https://github.com/react-native-svg/react-native-svg/issues/983 if (attrs.clipPath && !attrs.clipRule && Platform.OS === 'android') { attrs.clipRule = 'nonzero';...

Yes, we found this problem too, let me think about how to fix it.

There's no good way to fix it yet, in your scenario, with a temporary patch. ```js // fix: https://github.com/react-native-svg/react-native-svg/issues/983 if (Platform.OS === 'android' && attrs.clipPath && !attrs.clipRule) { const allChildrenIsLine...

If there is no more suitable method, this patch will be adopted soon.

![image](https://github.com/wuba/react-native-echarts/assets/1876158/9f1eef8e-cd76-4fad-a8db-6b83784450af) https://github.com/wuba/taro-playground/blob/main/src/pages/explore/charts/pages/bar/mixTimelineFinance.tsx 1. 尝试将依赖,升级到最新版 2. 可能有某些系统/机型不支持,未全面验证过