imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.77k stars 1.74k forks source link

Add Segment Selection to LineChart #1671

Open normidar opened 4 months ago

normidar commented 4 months ago

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:

Thank you for considering this feature request.