From 8f7fafd931c6171f670971011fc38c6867cb2310 Mon Sep 17 00:00:00 2001 From: WeiFeng-mindinsight Date: Tue, 22 Sep 2020 17:41:29 +0800 Subject: [PATCH] UI fix graph bug that show error color in download svg --- mindinsight/ui/src/common/common-property.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindinsight/ui/src/common/common-property.js b/mindinsight/ui/src/common/common-property.js index 11b8e4ed..32f2aab4 100644 --- a/mindinsight/ui/src/common/common-property.js +++ b/mindinsight/ui/src/common/common-property.js @@ -112,7 +112,7 @@ export default { '.edge path {stroke: rgb(120, 120, 120);}.edge polygon {fill: rgb(120, 120, 120);}' + '.node.aggregation > polygon {stroke: #e3aa00;fill: #ffe794;}.node.cluster.aggregation > ' + 'rect {stroke: #e3aa00;fill: #ffe794;stroke-dasharray: 3, 3;}' + - '.node.cluster > rect:hover {stroke: #8df1f2;}.node > polygon {stroke: #00a5a7;fill: #rgb(141,241,242);}' + + '.node.cluster > rect:hover {stroke: #8df1f2;}.node > polygon {stroke: #00a5a7;fill: rgb(141,241,242);}' + '.node > ellipse {stroke: #4ea6e6;fill: #b8e0ff;}.node > path {stroke: #e37d29;fill: #ffd0a6;' + 'stroke-dasharray: 3, 3;}' + '.hide {visibility: hidden;}.show {visibility: visible;}' +