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
Stumbled upon this while reviewing a pull request from another repo:
It appears not all BGCOLOR values work in Edotor, the following always show as black as shown in this example
BGCOLOR
Another web editor shows these colours without a problem.
The text was updated successfully, but these errors were encountered:
Now fixed in core library: nikeee/dot-language-support@c724aac
Porting this over to edotor.
Sorry, something went wrong.
This is just for the auto completion, though. It seems that they were added in a newer version of GraphViz.
We're using a divverent rendering library than the site you linked (they use D3, edotor uses viz.js, which is the actual Graphviz).
It it likely that we need a new build of viz.js for this to work: https://github.com/mdaines/viz.js
Working on it.
No branches or pull requests
Stumbled upon this while reviewing a pull request from another repo:
It appears not all
BGCOLOR
values work in Edotor, the following always show as black as shown in this exampleAnother web editor shows these colours without a problem.
The text was updated successfully, but these errors were encountered: