|
@@ -89,7 +89,7 @@
|
|
|
|
|
|
for (const iterator of corpList) {
|
|
for (const iterator of corpList) {
|
|
const newNode = {
|
|
const newNode = {
|
|
- name: iterator.companyName || iterator.name,
|
|
|
|
|
|
+ name: iterator.name || iterator.companyName,
|
|
id: iterator.id.toString(),
|
|
id: iterator.id.toString(),
|
|
symbolSize: iterator.importance || (100 * Math.random()),
|
|
symbolSize: iterator.importance || (100 * Math.random()),
|
|
itemStyle: {
|
|
itemStyle: {
|