Code Monkey home page Code Monkey logo

Comments (1)

dharanidharandharmasivam avatar dharanidharandharmasivam commented on May 17, 2024

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.

from flutter-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.