| | |
| | | type: "graph", |
| | | legendHoverLink: true, |
| | | layout: "force", |
| | | symbolSize: 40, |
| | | symbolSize: 15, |
| | | data: nodeData, |
| | | links: links, |
| | | categories: this.categories, |
| | |
| | | position: "right", |
| | | formatter: "{b}", |
| | | }, |
| | | // labelLayout: { |
| | | // hideOverlap: true, |
| | | // }, |
| | | // scaleLimit: { |
| | | // min: 0.4, |
| | | // max: 2, |
| | | // }, |
| | | scaleLimit: { |
| | | min: 0.4, |
| | | max: 2, |
| | | }, |
| | | lineStyle: { |
| | | color: "source", |
| | | curveness: 0.2, |
| | |
| | | .hotSearch { |
| | | font-size: 0.12rem; |
| | | color: #2c2c2c; |
| | | |
| | | li { |
| | | color: #244a7b; |
| | | margin: 0 0.1rem; |
| | | color: #244a7b; |
| | | &.active{ |
| | | color: #027EDC; |
| | | font-weight: bold; |
| | | } |
| | | } |
| | | } |
| | | </style> |