Questions tagged [google-barchart]
18 questions
10
votes
1 answer
How to create custom LegendContentBuilder with charts_flutter library to show and hide series depond on selection?
I used charts_flutter to create BarChart, at current time i want to customise that to build a barChart like below chart:
Here i want to do below options:
show/hide series when i click on legend which i created in CustomLegend (i create that in my…

Taleb
- 1,944
- 2
- 11
- 36
2
votes
0 answers
Flutter charts handle legend press
I would like to call a function and still run the default when the user clicks the chart legend as seen in the gif below.
The problem is that I couldn't find a way to just to INTERCEPT and not modify the way the legend works. Because I still want…

NovyLevi
- 522
- 2
- 7
- 18
2
votes
1 answer
Get the data items of a Google Charts histogram bar or range of the bar
I'm trying to create an interactive histogram chart using Google Chart.
My code for generating the histogram can be found here.