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
The background is still black in the version currently used in the pgraph.
The text was updated successfully, but these errors were encountered:
I can replicate this problem in the master branch.
It is not an issue with the renamed id of the cytoscape container parent, with the old id "cy" it has the same problem as with the new "graph".
The "background-color:black;" of the cytoscape container parent is also at least there since 2017, so this shouldn't be the culprit either.
Maybe this.cy.style.backgroundColor = "white"; does not work anymore due to a change in the Cytoscape.js library?
this.cy.style.backgroundColor = "white";
Sorry, something went wrong.
Upgrade dependencies and see if that helps. Includes Cytoscape.js 3.10.0 -> 3.12.1.
a22badf
I couldn't find out why it broke but it was fixable by changing the style of the parent element instead of the cytoscape canvas container directly.
KonradHoeffner
No branches or pull requests
The background is still black in the version currently used in the pgraph.
The text was updated successfully, but these errors were encountered: