[syncfusion_flutter_charts] Trackball behaviour issue #1791
Labels
bug
Something isn't working
charts
Charts component
framework issue
Something isn't working which depends framework
waiting for customer response
Cannot make further progress until the customer responds.
Hello team,
While implementing
syncfusion_flutter_charts
I need to add trackball on the graph, where trackball will be visible only when user traverses through the graph points. Along with trackball, I need to show a shadow effect behind it and for the same, I have used the border radius and border color as shown in the below code.I am using
syncfusion_flutter_charts: 22.2.12
. I tried withsyncfusion_flutter_charts
latest version 25.1.38, but with the same event trackBall is not coming.Issue: I need to show a shadow effect around trackball, but there was some weird behaviour while traversing from one point index to another, as you can see in the below-attached video.
Code:
Video:
https://github.com/syncfusion/flutter-widgets/assets/44993081/e956d3f1-487b-49a5-9dea-4f3d359b4ef4
Note: If we do use any other shape apart from the circle for track ball it's working fine.
The text was updated successfully, but these errors were encountered: