Below is the widget which we are putting into List of List <CartesianChartAnnotation> And then assigning it to annotations in SfCartesianChart.
Just links and images are not working other things like bold, html style properties, are working fine.
SingleChildScrollView(
child: HtmlWidget(
"""
This is a link
""",
customStylesBuilder: (element) {
return {'text-align': 'center'};
},
onTapUrl: (url) async {
return await launch(url);
},
)));
Hi Dhananjay,
Greetings from Syncfusion. We are analyzing your scenario and we need time on this. We will update you in two business days on 31st March 2022. We appreciate your patience until then.
Regards,
Yuvaraj.
Hi Dhananjay,
Thanks for your patience. The reported scenario was fixed already, this will be available in our upcoming patch release. We appreciate your patience until then.
Thanks,
Dharani.
Could you point out exact issue ID and Fix and some description around it. Also it will be great if i know the exact version of our upcoming patch.
Hi Dhananjay,
You can have a follow-up with this forum itself, and the issue was user interactions cases alone were not worked with annotation, and the images are working fine. We have also attached a sample for your reference below. Our next weekly patch release is expected on April 12, 2022, and we can't provide the exact version, since the version will be finalized at the release time only. However, we will update you once the weekly patch release got rolled out, and we appreciate your patience until then.
Thanks,
Yuvaraj.
Thanks, I rechecked Images are working fine. Will check on user interaction once your patch is available
Hi Dhananjay,
Thanks for the update. As stated earlier, we will let you know once the release got rolled out.
Regards,
Yuvaraj.
Hi Dhananjay,
Thanks for your patience. The reported issue regarding user interaction in annotation has been fixed and rolled out in our weekly patch release. To avoid this please upgrade the chart package to the version below.
Version: https://pub.dev/packages/syncfusion_flutter_charts/versions/20.1.48
Regards,
Yuvaraj.