We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See this codepen for ex: https://codepen.io/veraz/pen/oEgRJK?editors=1010
@monfera the new (editor)[https://github.com/plotly/react-plotly.js-editor] closely relies on plotly.js.
It's failing for table traces because there's errors in the console once we're trying to gradually create a table trace. Because of the console errors, this react-plotly.js call never entirely completes and instead falls into this catch statement: https://github.com/plotly/react-plotly.js/blob/9dc4e4f8810c150c88c08c81b8432d6e9952641e/src/factory.js#L126
It should be possible to gradually create a trace without it throwing console errors. cc @alexcjohnson
The text was updated successfully, but these errors were encountered:
Thanks @VeraZab I'll take a look!
Sorry, something went wrong.
values
monfera
Successfully merging a pull request may close this issue.
See this codepen for ex:
https://codepen.io/veraz/pen/oEgRJK?editors=1010
@monfera the new (editor)[https://github.com/plotly/react-plotly.js-editor] closely relies on plotly.js.
It's failing for table traces because there's errors in the console once we're trying to gradually create a table trace. Because of the console errors, this react-plotly.js call never entirely completes and instead falls into this catch statement: https://github.com/plotly/react-plotly.js/blob/9dc4e4f8810c150c88c08c81b8432d6e9952641e/src/factory.js#L126
It should be possible to gradually create a trace without it throwing console errors.
cc @alexcjohnson
The text was updated successfully, but these errors were encountered: