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

Reactivity Bug: Does not always update when there is a change to the series #627

Closed
svonderohe opened this issue Sep 25, 2024 · 1 comment · Fixed by TanDuy03/ntanduy-cloud#202 · 4 remaining pull requests
Closed

Reactivity Bug: Does not always update when there is a change to the series #627

svonderohe opened this issue Sep 25, 2024 · 1 comment · Fixed by TanDuy03/ntanduy-cloud#202 · 4 remaining pull requests

Comments

@svonderohe
Copy link

I encountered a bug where the graph sometimes does not update when series.hidden is updated

The graph sometimes updates and sometime does not (I think this is due to the conditional logic in the componentDidUpdate method)

I have a fix coming in a PR

svonderohe added a commit to svonderohe/react-apexcharts that referenced this issue Sep 25, 2024
@junedchhipa
Copy link
Contributor

Fixed with this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment