cbbfcd opened a new issue, #19294: URL: https://github.com/apache/echarts/issues/19294
### Version 5.4.3 ### Link to Minimal Reproduction hippy project, not directly visible on the web ### Steps to Reproduce Creating an option, drawing the whole thing is fine, it just doesn't render when it's off-screen and then needs to be shifted into the screen via translateX, swiping into the screen via a gesture is fine. ### Current Behavior <img width="959" alt="image" src="https://github.com/apache/echarts/assets/20987775/0e30aaa5-c972-4e87-8d51-cf477302276d"> Scene Description: As shown in the figure above, there are two sub-components in a `ViewPager`, where the second component is mostly outside the screen, and inside it is a `WebView `component that renders a line graph, the entire `ViewPager` will have a displacement animation when it first enters the page, and the entire component is shifted to the left by a distance of 300, and it is found at this time that the line graph will not be rendered, and it will be normal to slide! There is no problem sliding to the second card. History: maybe this issue is a problem https://github.com/apache/echarts/issues/6962 ENV: hippy: 2.15.5, iOS: 16.x PS: Replacing with `Highcharts` is normal. ### Expected Behavior can render normal when translateX animation. ### Environment ```markdown - OS: iOS 16.x - Browser: -- - Framework: Hippy + svelte ``` ### Any additional comments? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
