Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts] Divide the logic for useXxxSeries/useXxxSeriesAll #16537

Closed
JCQuintas opened this issue Feb 11, 2025 · 1 comment · Fixed by #16546
Closed

[charts] Divide the logic for useXxxSeries/useXxxSeriesAll #16537

JCQuintas opened this issue Feb 11, 2025 · 1 comment · Fixed by #16546
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature

Comments

@JCQuintas
Copy link
Member

Logic for the useXxxSeries currently accepts no argument to return the series state () => {series, seriesOrder}, though value with argument returns only the series (id) => series.

We should create a useXxxSeriesAll or useXxxSeriesContext to replace the default values

Originally posted by @JCQuintas in #15545 (comment)

@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Feb 11, 2025
@michelengelen michelengelen added component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Feb 11, 2025
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants