Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

charts InitialSelection seems not working for Combo charts #793

Open
Stephan-Enoro opened this issue Sep 7, 2022 · 0 comments
Open

charts InitialSelection seems not working for Combo charts #793

Stephan-Enoro opened this issue Sep 7, 2022 · 0 comments

Comments

@Stephan-Enoro
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant