Skip to content

Commit e8286d6

Browse files
committed
Changed default background color.
1 parent 217a952 commit e8286d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cytoInit.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ function renderGraph(img){
2626
'border-width': 3,
2727
'shape': 'ellipse',
2828
'font-size': 20,
29-
'label': ''
29+
'label': '',
30+
'text-outline-color': '#ff0000',
31+
'text-outline-width': 2
3032
}
3133
}]
3234

0 commit comments

Comments
 (0)