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

Add Segment Selection to LineChart #1671

Open
normidar opened this issue May 23, 2024 · 0 comments
Open

Add Segment Selection to LineChart #1671

normidar opened this issue May 23, 2024 · 0 comments

Comments

@normidar
Copy link

It would be great to have a segment selection feature in the LineChart of the fl_chart library. This feature would allow users to click or drag over a specific part of the chart to highlight or interact with selected data ranges.

Use Case:
This functionality would be useful for analyzing specific data ranges, such as focusing on particular time periods or value ranges. It would enhance the interactivity and usability of the charts, especially for data analysis, financial reports, and interactive dashboards.

Suggested Implementation:

  • Detect touch or click events to identify the selected range.
  • Visually highlight the selected segment.
  • Provide callback functions to access the data of the selected range.

Thank you for considering this feature request.

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

1 participant