Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trackball still shows for a few seconds,after fingers move away from chart #38

Closed
Cyycl opened this issue Sep 29, 2019 · 1 comment
Closed

Comments

@Cyycl
Copy link

Cyycl commented Sep 29, 2019

Now, If trackballBehavior is enabled, trackball disappear immediately after fingers move away from chart.

I hope trackball still shows for a few seconds after fingers move away from chart, in order to be able to take a screenshot.

Looking forward to your reply ~~

@dharanidharandharmasivam
Copy link
Contributor

Hi @Cyycl ,

Thanks for your interest in our Syncfusion Flutter chart widget. As of now, the trackball disappears when the finger is moved away, and this is our current behavior. Your requirement for taking screenshots can be accomplished using shouldAlwaysShow of property. When shouldAlwaysShow property is set to true, the trackball will not get hidden. Find the code snippet below to achieve this.

SfCartesianChart(
trackballBehavior: TrackballBehavior(
enable: true,
shouldAlwaysShow: true
),
//...
)

And you can hide the trackball using the hide method. To know more about public methods, find the user guide.

We have also logged feature request in our feedback portal to provide, delay for trackball to disappear using an API. You can track the status of the feature using our feedback portal from below.

Feedback link

Hope this helps.

Thanks,
Dharani.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants