Browse Source

UI fix graph bug that show error color in download svg

tags/v1.1.0
WeiFeng-mindinsight 5 years ago
parent
commit
8f7fafd931
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/ui/src/common/common-property.js

+ 1
- 1
mindinsight/ui/src/common/common-property.js View File

@@ -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;}' +


Loading…
Cancel
Save