How to make a specific behavior to different series
So, here i have a range area series and line series and i want to make the trackball dedicated to only the range area series and tooltip dedicated to only the line series. Here's my code and what should i do with it
Hi Medhiko,
Currently, we do not have support to disable the trackball for specific series in the SfCartesianChart. We have logged a feature request for enable and disable the trackball for specific series in our feedback portal, and it is uncertain. This feature will be available in one of our upcoming releases. We will notify you when this feature is implemented. We appreciate your patience until then. If you have any additional specifications or suggestions for this feature request, please feel free to leave them in the comments section of the feedback link. This will help us understand how you would like to use it and how we can improve it.
FR Link: https://www.syncfusion.com/feedback/58652
Regards,
Lokesh P.
Hi Medhiko,
We are glad to announce that our Essential Studio® 2024 Volume 4 Release v28.1.33 is rolled out and is available for download under the following link.
Please update the Charts widget to the latest version to enable or disable the
trackball for specific series feature in Charts.
https://pub.dev/packages/syncfusion_flutter_charts/versions/28.1.33
Refer ug and API documentation for more information:
API: enableTrackball property - ChartSeries class - charts library - Dart API
UG: Trackball and Crosshair in Flutter Cartesian Charts | Syncfusion
Code Snippet:
|
Widget build(BuildContext context) { return SfCartesianChart( trackballBehavior: TrackballBehavior( enable: true, ), series: <CartesianSeries<_SalesData, String>>[ LineSeries<_SalesData, String>( enableTrackball: false, ), ], …… ); }
|
We will update you once we resolve the reported issue at our end. We thank you for your support and appreciate your patience while waiting for this release. Please get in touch with us if you require any further assistance.
Regards,
Lavanya A.
- 2 Replies
- 3 Participants
-
MB Medhiko Biraja
- Jun 12, 2024 05:36 PM UTC
- Dec 17, 2024 12:40 PM UTC