google / charts

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

charts InitialSelection seems not working for Combo charts #793

Open Stephan-Enoro opened 1 year ago

Stephan-Enoro commented 1 year ago

For single series charts the InitialSelection works like a charrm:

BarChart: charts.InitialSelection( shouldPreserveSelectionOnDraw: true, selectedDataConfig: [ charts.SeriesDatumConfig('Consumption', _month) ]),

OrdinalComboChart: When I setup a ComboChart the InitialSelection is ignored. (same "series name" charts.SeriesDatumConfig('Consumption', _month)