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

I need to get offset extraLines of BarChart when touch it #1614

Open khai-pham-ominext opened 6 months ago

khai-pham-ominext commented 6 months ago

I need to get offset extraLines (HorizontalLine) of BarChart when touch it. I use offset to show tooltip for extraLines by Stack and Positioned

code

I hope it will be like this image (In image, i hard code for offset) Untitled

khai-pham-ominext commented 5 months ago

@imaNNeo Hello, any update for my issue ?