-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem (most likely with opacity) rendering legend, line chart, axes scales and tooltip coordinates. #161
Comments
Please provide your version of echarts, react-native-svg or react-native-skia |
@zhiqingchen Currently I have: "@shopify/react-native-skia": "^0.1.221", But I have also tried with various combinations, including: None of this worked. I am currently working on minimal reproduction example |
@zhiqingchen here comes minimal reproduction example:
|
This problem does exist |
@zhiqingchen which version of skia works for you? I have tried down to 0.1.221 and it still did not work for me. I guess I will wait for you guys, not a critical issue for me as of now |
Same here! SVG renderer works but skia dont. |
try version 0.1.196 |
tried, cleaned with gradlew, removed node_modules, package-lock.json and installed all again, then ran react-native with --reset-cache. |
Is there any update on this issue? I am facing the exact issue. |
1.0.4 try RN skia |
I tried it on 1.0.4 version and still same issue, for time being changed renderer to svg. |
same here, 1.0.4 did not help. |
same here with skia 0.1.221 , and 1.0.4 |
As soon as I bump my react-native to 0.73.6 I get this bug, also happens on other charts like Radar. "react-native": "0.73.2", |
i got the solution: |
Same here with: |
There are two problems
2.Text does not display and is not resolved. |
try 1.3.1 |
This has resolved the issues previously mentioned. I am however still having an issue with DataZoomComponent. The graph does not render. I can still interact normally with the component. (selecting ranges, scrubbing) |
@nipunadodan use SvgChart instead of SkiaChart , it will work, faced the same issue before. import { SvgChart } from '@wuba/react-native-echarts'; and return should be like ; |
Describe the bug
After updating from react native 0.72.6 to 0.73.5 I have experienced a lot of issues at once with rendering of the charts. I am not 100% sure what is the exact cause, nor do I see anything exact in Logcat in android studio.
To Reproduce
Steps to reproduce the behavior:
So I generally followed the react native migration guide. This included updating java files to kotlin, adjusting gradle and whatnot. I have tried several different configurations, including the one you have in your project, but nothing seems to help.
I have ran ./gradlew clean, cleaned RN cache, removed package-lock.json and reinstalled node_modules, but nothing helped either.
I have ran the same app on my personal phone, made a release/debug apks and ran them on emulator, still to no avail.
Expected behavior
Please see the screenshot - a lot of stuff is missing or rendered wrong.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: