-
-
Notifications
You must be signed in to change notification settings - Fork 137
How to properly use extendTraces #85
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
Comments
It's not really possible to use |
I see, thank you for your help! |
I have the same error:
the
console log of error:
I want to show multiple data on the same chart. the user may select or deselect the checkboxes to add or delete traces. the data are coming from AJAX. all the received data are tested and are valid. |
I had the same needs, and seem to have "it working" ™ (meaning my plot does update with the new data) with the following sample.
|
I have been trying to use
extendTraces
with this library but I keep getting an error:Uncaught Error: indices must be valid indices for gd.data
.I have been able to get it working with a regular HTML page but I am having trouble with the ReactJS library
The text was updated successfully, but these errors were encountered: