-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
updateSeries stopped working after one of the most recent commits #4866
Comments
Can you create a reproducible codepen? |
I am seeing a similar problem. I change back to version 4.1.0 and it worked fine. |
I am experiencing the same issue as well. The console log from @noefp's reproduction is identical to mine. Changing the version back to 4.1.0 has worked for me too. |
Same for me, now including explicitly https://cdn.jsdelivr.net/npm/[email protected]/dist/apexcharts.min.js works again. Error message I get:
Failing here: |
same with me, and I must back to 4.1.0. The error is: |
hi, same error for me, back to 4.1.0 |
Can anyone test with the latest version 4.4.0 and report if it works? |
Seems to be working now |
Description
updateSeries stopped working after one of the most recent commits
Steps to Reproduce
my_chart.updateSeries(
new_series_data
)
Expected Behavior
The plot renders again showing the new series data
Actual Behavior
The plot does not update the data
Reproduction Link
For example, at:
https://mangobase.org/easy_gdb/tools/expression/expression_input.php
Click in Get Expression.
Then open the Replicates section and change any of the gene names in the select. Usually that would update the data in the plot. It still works with an old version of apexcharts.min.js installed locally, but it stopped working recently using the cdn link.
The text was updated successfully, but these errors were encountered: