zhouna vor 3 Jahren
Ursprung
Commit
a1ba3cd179
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/js/graphMap.js

+ 3 - 3
src/js/graphMap.js

@@ -56,11 +56,11 @@ function drawGraph(data,resultShowId) {
             text: '医学知识图谱',
             top: '10',
             left: '10',
-          titleStyle:{
-                color:'#fff'
+          textStyle:{
+                color:'#5BBBFF'
           }
         },
-        color:['#008560','#E57373','#0EB1EE','#9D96F5','#ACC68E','#EDAA77','#14BBB3','#538FFF','#1390FB','#C7B02E',],
+        color:['#dd7172','#E57373','#0EB1EE','#9D96F5','#ACC68E','#EDAA77','#14BBB3','#538FFF','#1390FB','#C7B02E',],
         tooltip: {
             formatter: function (x) {
                 return x.data.label;