Closed bismarabia closed 6 months ago
Hi @bismarabia,
We can reproduce the reported issue regarding the ‘Tooltip builder widget not disappearing when the tooltip gets hidden’ at our end. We will fix and include this issue in our upcoming weekly patch release, which is expected to be rolled out on April 16, 2024. We will notify you once it has been rolled out. We appreciate your patience until then.
Regards, Lokesh P.
Hi @bismarabia,
Sorry for the inconvenience. We are facing complexity to fix the issue and cannot include the fix in today’s weekly patch. We are working on this issue with high priority and will include the issue fix in our upcoming weekly patch release it would be expected to be rolled out on 23 April 2024. We will let you know once the release has been rolled out, and we appreciate your patience until then.
Regards,
Preethika Selvam.
Hi @bismarabia,
We would like to let you know that the reported issue is fixed and rolled out in our patch release. We kindly request you to upgrade the syncfusion_flutter_charts package to the latest version below.
Version: https://pub.dev/packages/syncfusion_flutter_charts/versions/25.1.41+2
Root cause: We have directly used context.paintchild to paint the child, but this approach does not scale appropriately for scrollable widgets.
If you have any further queries, please feel free to reach out to us.
Regards, Lokesh P.
Hi @LokeshPalani I can confirm that the issue in fixed, thank you 👍
Describe the issue:
Reference the example of this link default_doughnut_chart.dart
And by modifying the tooltip to use custom widget builder
Since my text is long and multilines, I wrapped the widget inside scrollable widget, ex: SingleChildScrollView
Expected results:
After clicking on a serie, the tooltip shows up and disappear after the given duration
Actual results:
The tooltip container disappears after few seconds, but the inside text remains on the screen.
Demo Video