juliansteenbakker / community_charts

This project is a fork of google/charts.
Apache License 2.0
84 stars 34 forks source link

Added UserManagedState to Combo charts #15

Closed FrenchTacoDev closed 4 months ago

FrenchTacoDev commented 11 months ago

Combo charts did not include UserManagedState in constructor, which made it impossible to create e.g. a popup on the selected line datum.

•Added UserManagedState variable to be passed down into the super constructor on NumericComboChart and OrdinalComboChart

•Tested manually by using the combo chart example and changing it into a stateful widget. Then created userManagedState and saw worked as intended.