Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
cbf86372
Commit
cbf86372
authored
Jan 24, 2018
by
Matthieu Muffato
Browse files
Some versions of GraphViz transform the colour names to hexadecimal
parent
6c8bc792
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
javascript/pipeline_diagram.js
javascript/pipeline_diagram.js
+2
-0
No files found.
javascript/pipeline_diagram.js
View file @
cbf86372
...
...
@@ -169,6 +169,8 @@ function pipeline_diagram_update(allCharts) {
.
attr
(
"
stroke
"
,
function
()
{
if
(
$
(
this
).
attr
(
"
stroke
"
)
===
"
black
"
)
{
return
"
black
"
}
else
if
(
$
(
this
).
attr
(
"
stroke
"
)
===
"
#000000
"
)
{
return
"
black
"
}
else
{
return
node_color
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment