We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug
The pygsti report generation is not compatible with the plotly 0.6 release.
In plotly/plotly.js#7212 support for titlefont was removed which is used in the report genreation.
titlefont
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Note for whomever patches this, this PR has the relevant replacements for this and other removed attributes: plotly/plotly.js#7212
Sorry, something went wrong.
Update deprecated title/titlefont in plotly.
871a571
Should resolve #533.
Fixed this straight onto develop since it caused beta tests to break. Thanks for reporting @eendebakpt and for the link @coreyostrove!
No branches or pull requests
Describe the bug
The pygsti report generation is not compatible with the plotly 0.6 release.
In plotly/plotly.js#7212 support for
titlefont
was removed which is used in the report genreation.Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: