syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

How to show the multiply tooltips at same time for multiply charts? #785

Closed GaoXing0608 closed 1 year ago

GaoXing0608 commented 1 year ago

I want to show all of the tooltips for multiply charts when user move the mouse, are there some example code for this function image

ghost commented 1 year ago

Hi,

You can achieve your requirement by using the builder property in the tooltipBehavior. We have stored a group of series information with the help of the builder property in the tooltipBehavior and displayed the tooltip while clicking on the chart series. We have prepared and attached a sample for your reference. Please modify it based on your requirement.

Regards, Lokesh.

chart_468838.zip

GaoXing0608 commented 1 year ago

Thanks a lot, the builder is very powerful