google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.8k stars 1.2k forks source link

There is no double tap feature for selection on bar. #749

Open shah-rahul opened 2 years ago

shah-rahul commented 2 years ago

No way to detect a double tap on a single bar in a bar chart

it should be intuitive to double tap on the bar to execute some actions like expansion of graphs or showing some info. presently there is no way to double tap on the bar, seems like this is a required feature since this is widely used in the websites. also if anyone knew any work around to achive this result that will be very appreciated.

OnesWYong commented 2 years ago

No way to detect a double tap on a single bar in a bar chart

it should be intuitive to double tap on the bar to execute some actions like expansion of graphs or showing some info. presently there is no way to double tap on the bar, seems like this is a required feature since this is widely used in the websites. also if anyone knew any work around to achive this result that will be very appreciated.

Did you find a solution? I also encountered this problem. It seems that this component does not support such behavior