-
Notifications
You must be signed in to change notification settings - Fork 846
Labels disappearing randomly #2309
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
Comments
We can replicate this issue and already we have logged a bug report for this issue at our end. Unfortunately, we were unable to resolve this issue on our end due to a framework-level issue. The reason we are facing this issue is that we made architectural changes to the Chart widget to improve the widget loading performance on Volume 4, 2023 release. In doing so, we placed the axis on top of the series for behavioral improvement, but this caused issues in Web HTML rendering. We have created an issue report for the framework, and they have acknowledged it. Framework issue: flutter/flutter#151650 Regards, |
Hi Preethika,
Thanks for the response and the detailed explanation. I appreciate you
keeping me informed about the situation and providing the link to the
framework issue. I'll keep an eye on it for updates.
Thanks,
KrishnaPrasad
…On Fri, 21 Mar 2025 at 14:26, Preethika ***@***.***> wrote:
Hi @KrishnaPras4dGandrath <https://github.com/KrishnaPras4dGandrath>,
We can replicate this issue and already we have logged a bug report for
this issue at our end. Unfortunately, we were unable to resolve this issue
on our end due to a framework-level issue. The reason we are facing this
issue is that we made architectural changes to the Chart widget to improve
the widget loading performance on Volume 4, 2023 release. In doing so, we
placed the axis on top of the series for behavioral improvement, but this
caused issues in Web HTML rendering. We have created an issue report for
the framework, and they have acknowledged it.
We are continuously following the issue and will update you once it has
been fixed. We have shared the issue link below for your reference.
Framework issue: flutter/flutter#151650
<flutter/flutter#151650>
Regards,
Preethika Selvam.
—
Reply to this email directly, view it on GitHub
<#2309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIVXJNJFU5X7CPNS3RDGF5D2VPH4JAVCNFSM6AAAAABZF3WMEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONBSG4ZDCNJTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: PreethikaSelvam]*PreethikaSelvam* left a comment
(syncfusion/flutter-widgets#2309)
<#2309 (comment)>
Hi @KrishnaPras4dGandrath <https://github.com/KrishnaPras4dGandrath>,
We can replicate this issue and already we have logged a bug report for
this issue at our end. Unfortunately, we were unable to resolve this issue
on our end due to a framework-level issue. The reason we are facing this
issue is that we made architectural changes to the Chart widget to improve
the widget loading performance on Volume 4, 2023 release. In doing so, we
placed the axis on top of the series for behavioral improvement, but this
caused issues in Web HTML rendering. We have created an issue report for
the framework, and they have acknowledged it.
We are continuously following the issue and will update you once it has
been fixed. We have shared the issue link below for your reference.
Framework issue: flutter/flutter#151650
<flutter/flutter#151650>
Regards,
Preethika Selvam.
—
Reply to this email directly, view it on GitHub
<#2309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIVXJNJFU5X7CPNS3RDGF5D2VPH4JAVCNFSM6AAAAABZF3WMEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONBSG4ZDCNJTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We would like to inform you that the HTML web renderer has been deprecated starting from Flutter 3.24.0, and we recommend upgrading to Flutter 3.27.0 or later to take advantage of the WebAssembly (WASM) for improved performance and compatibility. We have provided WebAssembly (WASM) support for our Charts widget starting from version 28.1.33 onwards, and we suggest using version 28.1.33 or later to overcome this issue. You can refer to the changelog for version 28.1.33 here: https://pub.dev/packages/syncfusion_flutter_charts/versions/28.1.33/changelog HTML deprecation details: ☂️ Intent to deprecate and remove the HTML renderer in Flutter Web · Issue #145954 · flutter/flutter Please feel free to reach out if you need any further assistance, we're happy to help! Best regards, |
Please reopen this ticket, if you need further assistance with this. |
Bug description
I'm using dynamic graph where user will be able to select y axis and x axes values , and graph changes based on selected x-axis, y-axis and secondary y-axis.When axes are changed labels are showing while the graph is being animated but when animation is complete, the labels are disappearing.
Steps to reproduce
code
Screenshots or Video
Screenshots / Video demonstration
Screen.Recording.2025-03-17.at.9.49.06.PM.mov
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Web
Flutter Doctor output
Doctor output
[Add your output here]
The text was updated successfully, but these errors were encountered: