Created
October 13, 2019 19:44
-
-
Save szu-bee/6c5cf38e4b6d6b2d8741ed3941835d03 to your computer and use it in GitHub Desktop.
桑基图配置项样例3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": { | |
"text": "品牌流动关系" | |
}, | |
"color": [ | |
"#3583FF", | |
"#FB7962", | |
"#A5D33E", | |
"#FFCD3A", | |
"#68A2FF", | |
"#8F46D8", | |
"#F078A1", | |
"#33BDB9", | |
"#FF9901", | |
"#9AC1FF", | |
"#64BF00" | |
], | |
"tooltip": { | |
"trigger": "item", | |
"triggerOn": "mousemove" | |
}, | |
"animation": false, | |
"series": [ | |
{ | |
"type": "sankey", | |
"top": "8%", | |
"bottom": "0%", | |
"left": "8%", | |
"right": "4%", | |
"data": [ | |
{ | |
"name": "苹果 ", | |
"key": "苹果", | |
"itemStyle": { | |
"color": "#3583FF" | |
} | |
}, | |
{ | |
"name": "VIVO ", | |
"key": "VIVO", | |
"itemStyle": { | |
"color": "#FB7962" | |
} | |
}, | |
{ | |
"name": "OPPO ", | |
"key": "OPPO", | |
"itemStyle": { | |
"color": "#A5D33E" | |
} | |
}, | |
{ | |
"name": "华为 ", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "魅族 ", | |
"key": "魅族", | |
"itemStyle": { | |
"color": "#68A2FF" | |
} | |
}, | |
{ | |
"name": "其他 ", | |
"key": "其他", | |
"itemStyle": { | |
"color": "#8F46D8" | |
} | |
}, | |
{ | |
"name": "荣耀 ", | |
"key": "荣耀", | |
"itemStyle": { | |
"color": "#F078A1" | |
} | |
}, | |
{ | |
"name": "三星 ", | |
"key": "三星", | |
"itemStyle": { | |
"color": "#33BDB9" | |
} | |
}, | |
{ | |
"name": "小米 ", | |
"key": "小米", | |
"itemStyle": { | |
"color": "#FF9901" | |
} | |
}, | |
{ | |
"name": "华为", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "苹果 ", | |
"key": "苹果", | |
"itemStyle": { | |
"color": "#3583FF" | |
} | |
}, | |
{ | |
"name": "VIVO ", | |
"key": "VIVO", | |
"itemStyle": { | |
"color": "#FB7962" | |
} | |
}, | |
{ | |
"name": "OPPO ", | |
"key": "OPPO", | |
"itemStyle": { | |
"color": "#A5D33E" | |
} | |
}, | |
{ | |
"name": "华为 ", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "魅族 ", | |
"key": "魅族", | |
"itemStyle": { | |
"color": "#68A2FF" | |
} | |
}, | |
{ | |
"name": "其他 ", | |
"key": "其他", | |
"itemStyle": { | |
"color": "#8F46D8" | |
} | |
}, | |
{ | |
"name": "荣耀 ", | |
"key": "荣耀", | |
"itemStyle": { | |
"color": "#F078A1" | |
} | |
}, | |
{ | |
"name": "三星 ", | |
"key": "三星", | |
"itemStyle": { | |
"color": "#33BDB9" | |
} | |
}, | |
{ | |
"name": "小米 ", | |
"key": "小米", | |
"itemStyle": { | |
"color": "#FF9901" | |
} | |
} | |
], | |
"links": [ | |
{ | |
"source": "苹果 ", | |
"target": "联想", | |
"value": 11102 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "联想", | |
"value": 6281 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "联想", | |
"value": 6120 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "联想", | |
"value": 4766 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "联想", | |
"value": 2733 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "联想", | |
"value": 12572 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "联想", | |
"value": 5565 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "联想", | |
"value": 10089 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "联想", | |
"value": 10631 | |
}, | |
{ | |
"source": "联想", | |
"target": "苹果 ", | |
"value": 241312 | |
}, | |
{ | |
"source": "联想", | |
"target": "VIVO ", | |
"value": 160685 | |
}, | |
{ | |
"source": "联想", | |
"target": "OPPO ", | |
"value": 151488 | |
}, | |
{ | |
"source": "联想", | |
"target": "华为 ", | |
"value": 112174 | |
}, | |
{ | |
"source": "联想", | |
"target": "魅族 ", | |
"value": 21867 | |
}, | |
{ | |
"source": "联想", | |
"target": "其他 ", | |
"value": 43055 | |
}, | |
{ | |
"source": "联想", | |
"target": "荣耀 ", | |
"value": 86148 | |
}, | |
{ | |
"source": "联想", | |
"target": "三星 ", | |
"value": 30667 | |
}, | |
{ | |
"source": "联想", | |
"target": "小米 ", | |
"value": 138565 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "苹果", | |
"value": 5071327 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "苹果", | |
"value": 1172695 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "苹果", | |
"value": 1243375 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "苹果", | |
"value": 830761 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "苹果", | |
"value": 175877 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "苹果", | |
"value": 884598 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "苹果", | |
"value": 519654 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "苹果", | |
"value": 1451209 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "苹果", | |
"value": 880098 | |
}, | |
{ | |
"source": "苹果", | |
"target": "苹果 ", | |
"value": 5071327 | |
}, | |
{ | |
"source": "苹果", | |
"target": "VIVO ", | |
"value": 1328877 | |
}, | |
{ | |
"source": "苹果", | |
"target": "OPPO ", | |
"value": 1353409 | |
}, | |
{ | |
"source": "苹果", | |
"target": "华为 ", | |
"value": 2355290 | |
}, | |
{ | |
"source": "苹果", | |
"target": "魅族 ", | |
"value": 143560 | |
}, | |
{ | |
"source": "苹果", | |
"target": "其他 ", | |
"value": 317106 | |
}, | |
{ | |
"source": "苹果", | |
"target": "荣耀 ", | |
"value": 904139 | |
}, | |
{ | |
"source": "苹果", | |
"target": "三星 ", | |
"value": 261866 | |
}, | |
{ | |
"source": "苹果", | |
"target": "小米 ", | |
"value": 1100866 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "VIVO", | |
"value": 1328877 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "VIVO", | |
"value": 3727321 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "VIVO", | |
"value": 2360618 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "VIVO", | |
"value": 799720 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "VIVO", | |
"value": 308516 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "VIVO", | |
"value": 1003938 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "VIVO", | |
"value": 841903 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "VIVO", | |
"value": 912249 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "VIVO", | |
"value": 945128 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "苹果 ", | |
"value": 1172695 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "VIVO ", | |
"value": 3727321 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "OPPO ", | |
"value": 2149438 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "华为 ", | |
"value": 1869138 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "魅族 ", | |
"value": 107818 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "其他 ", | |
"value": 231519 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "荣耀 ", | |
"value": 1074870 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "小米 ", | |
"value": 687720 | |
}, | |
{ | |
"source": "VIVO", | |
"target": "三星 ", | |
"value": 112120 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "OPPO", | |
"value": 1353409 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "OPPO", | |
"value": 2149438 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "OPPO", | |
"value": 3490262 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "OPPO", | |
"value": 799732 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "OPPO", | |
"value": 293374 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "OPPO", | |
"value": 961966 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "OPPO", | |
"value": 810789 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "OPPO", | |
"value": 909478 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "OPPO", | |
"value": 880969 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "苹果 ", | |
"value": 1243375 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "VIVO ", | |
"value": 2360618 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "OPPO ", | |
"value": 3490262 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "华为 ", | |
"value": 2033438 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "魅族 ", | |
"value": 107456 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "其他 ", | |
"value": 232324 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "荣耀 ", | |
"value": 1102897 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "小米 ", | |
"value": 692878 | |
}, | |
{ | |
"source": "OPPO", | |
"target": "三星 ", | |
"value": 117418 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "华为", | |
"value": 2355290 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "华为", | |
"value": 1869138 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "华为", | |
"value": 2033438 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "华为", | |
"value": 2283687 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "华为", | |
"value": 298494 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "华为", | |
"value": 855786 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "华为", | |
"value": 1322587 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "华为", | |
"value": 901219 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "华为", | |
"value": 965310 | |
}, | |
{ | |
"source": "华为", | |
"target": "苹果 ", | |
"value": 830761 | |
}, | |
{ | |
"source": "华为", | |
"target": "VIVO ", | |
"value": 799720 | |
}, | |
{ | |
"source": "华为", | |
"target": "OPPO ", | |
"value": 799732 | |
}, | |
{ | |
"source": "华为", | |
"target": "华为 ", | |
"value": 2283687 | |
}, | |
{ | |
"source": "华为", | |
"target": "魅族 ", | |
"value": 63536 | |
}, | |
{ | |
"source": "华为", | |
"target": "其他 ", | |
"value": 141589 | |
}, | |
{ | |
"source": "华为", | |
"target": "荣耀 ", | |
"value": 858803 | |
}, | |
{ | |
"source": "华为", | |
"target": "三星 ", | |
"value": 100697 | |
}, | |
{ | |
"source": "华为", | |
"target": "小米 ", | |
"value": 434454 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "金立", | |
"value": 44511 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "金立", | |
"value": 51276 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "金立", | |
"value": 51648 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "金立", | |
"value": 24355 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "金立", | |
"value": 8707 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "金立", | |
"value": 61639 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "金立", | |
"value": 23521 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "金立", | |
"value": 46413 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "金立", | |
"value": 33430 | |
}, | |
{ | |
"source": "金立", | |
"target": "苹果 ", | |
"value": 93483 | |
}, | |
{ | |
"source": "金立", | |
"target": "VIVO ", | |
"value": 296822 | |
}, | |
{ | |
"source": "金立", | |
"target": "OPPO ", | |
"value": 289029 | |
}, | |
{ | |
"source": "金立", | |
"target": "华为 ", | |
"value": 250647 | |
}, | |
{ | |
"source": "金立", | |
"target": "魅族 ", | |
"value": 17028 | |
}, | |
{ | |
"source": "金立", | |
"target": "其他 ", | |
"value": 54856 | |
}, | |
{ | |
"source": "金立", | |
"target": "荣耀 ", | |
"value": 170648 | |
}, | |
{ | |
"source": "金立", | |
"target": "小米 ", | |
"value": 92514 | |
}, | |
{ | |
"source": "金立", | |
"target": "三星 ", | |
"value": 16818 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "魅族", | |
"value": 143560 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "魅族", | |
"value": 107818 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "魅族", | |
"value": 107456 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "魅族", | |
"value": 63536 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "魅族", | |
"value": 139491 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "魅族", | |
"value": 108553 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "魅族", | |
"value": 74267 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "魅族", | |
"value": 115479 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "魅族", | |
"value": 117901 | |
}, | |
{ | |
"source": "魅族", | |
"target": "苹果 ", | |
"value": 175877 | |
}, | |
{ | |
"source": "魅族", | |
"target": "VIVO ", | |
"value": 308516 | |
}, | |
{ | |
"source": "魅族", | |
"target": "OPPO ", | |
"value": 293374 | |
}, | |
{ | |
"source": "魅族", | |
"target": "华为 ", | |
"value": 298494 | |
}, | |
{ | |
"source": "魅族", | |
"target": "魅族 ", | |
"value": 139491 | |
}, | |
{ | |
"source": "魅族", | |
"target": "其他 ", | |
"value": 62525 | |
}, | |
{ | |
"source": "魅族", | |
"target": "荣耀 ", | |
"value": 289169 | |
}, | |
{ | |
"source": "魅族", | |
"target": "小米 ", | |
"value": 222279 | |
}, | |
{ | |
"source": "魅族", | |
"target": "三星 ", | |
"value": 23287 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "一加", | |
"value": 47631 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "一加", | |
"value": 31344 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "一加", | |
"value": 29022 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "一加", | |
"value": 24096 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "一加", | |
"value": 9996 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "一加", | |
"value": 46685 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "一加", | |
"value": 23269 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "一加", | |
"value": 35003 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "一加", | |
"value": 24716 | |
}, | |
{ | |
"source": "一加", | |
"target": "苹果 ", | |
"value": 22812 | |
}, | |
{ | |
"source": "一加", | |
"target": "VIVO ", | |
"value": 9286 | |
}, | |
{ | |
"source": "一加", | |
"target": "OPPO ", | |
"value": 8185 | |
}, | |
{ | |
"source": "一加", | |
"target": "华为 ", | |
"value": 17257 | |
}, | |
{ | |
"source": "一加", | |
"target": "魅族 ", | |
"value": 2706 | |
}, | |
{ | |
"source": "一加", | |
"target": "其他 ", | |
"value": 28394 | |
}, | |
{ | |
"source": "一加", | |
"target": "荣耀 ", | |
"value": 10497 | |
}, | |
{ | |
"source": "一加", | |
"target": "三星 ", | |
"value": 3323 | |
}, | |
{ | |
"source": "一加", | |
"target": "小米 ", | |
"value": 16148 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "荣耀", | |
"value": 904139 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "荣耀", | |
"value": 1074870 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "荣耀", | |
"value": 1102897 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "荣耀", | |
"value": 858803 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "荣耀", | |
"value": 289169 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "荣耀", | |
"value": 654256 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "荣耀", | |
"value": 1324892 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "荣耀", | |
"value": 524541 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "荣耀", | |
"value": 776760 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "苹果 ", | |
"value": 519654 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "VIVO ", | |
"value": 841903 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "OPPO ", | |
"value": 810789 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "华为 ", | |
"value": 1322587 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "魅族 ", | |
"value": 74267 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "其他 ", | |
"value": 142076 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "荣耀 ", | |
"value": 1324892 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "三星 ", | |
"value": 63670 | |
}, | |
{ | |
"source": "荣耀", | |
"target": "小米 ", | |
"value": 452992 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "小米", | |
"value": 1100866 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "小米", | |
"value": 687720 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "小米", | |
"value": 692878 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "小米", | |
"value": 434454 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "小米", | |
"value": 222279 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "小米", | |
"value": 633365 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "小米", | |
"value": 452992 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "小米", | |
"value": 747315 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "小米", | |
"value": 1696219 | |
}, | |
{ | |
"source": "小米", | |
"target": "苹果 ", | |
"value": 880098 | |
}, | |
{ | |
"source": "小米", | |
"target": "VIVO ", | |
"value": 912249 | |
}, | |
{ | |
"source": "小米", | |
"target": "OPPO ", | |
"value": 880969 | |
}, | |
{ | |
"source": "小米", | |
"target": "华为 ", | |
"value": 965310 | |
}, | |
{ | |
"source": "小米", | |
"target": "魅族 ", | |
"value": 117901 | |
}, | |
{ | |
"source": "小米", | |
"target": "其他 ", | |
"value": 220147 | |
}, | |
{ | |
"source": "小米", | |
"target": "荣耀 ", | |
"value": 776760 | |
}, | |
{ | |
"source": "小米", | |
"target": "三星 ", | |
"value": 109455 | |
}, | |
{ | |
"source": "小米", | |
"target": "小米 ", | |
"value": 1696219 | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "三星", | |
"value": 261866 | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "三星", | |
"value": 112120 | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "三星", | |
"value": 117418 | |
}, | |
{ | |
"source": "华为 ", | |
"target": "三星", | |
"value": 100697 | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "三星", | |
"value": 23287 | |
}, | |
{ | |
"source": "其他 ", | |
"target": "三星", | |
"value": 120050 | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "三星", | |
"value": 63670 | |
}, | |
{ | |
"source": "小米 ", | |
"target": "三星", | |
"value": 109455 | |
}, | |
{ | |
"source": "三星 ", | |
"target": "三星", | |
"value": 330496 | |
}, | |
{ | |
"source": "三星", | |
"target": "苹果 ", | |
"value": 1451209 | |
}, | |
{ | |
"source": "三星", | |
"target": "VIVO ", | |
"value": 945128 | |
}, | |
{ | |
"source": "三星", | |
"target": "OPPO ", | |
"value": 909478 | |
}, | |
{ | |
"source": "三星", | |
"target": "华为 ", | |
"value": 901219 | |
}, | |
{ | |
"source": "三星", | |
"target": "魅族 ", | |
"value": 115479 | |
}, | |
{ | |
"source": "三星", | |
"target": "其他 ", | |
"value": 227790 | |
}, | |
{ | |
"source": "三星", | |
"target": "荣耀 ", | |
"value": 524541 | |
}, | |
{ | |
"source": "三星", | |
"target": "三星 ", | |
"value": 330496 | |
}, | |
{ | |
"source": "三星", | |
"target": "小米 ", | |
"value": 747315 | |
} | |
], | |
"focusNodeAdjacency": "allEdges", | |
"itemStyle": { | |
"borderWidth": 1, | |
"borderColor": "#aaa" | |
}, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.5 | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option = { | |
"title": { | |
"text": "品牌流动关系" | |
}, | |
"color": [ | |
"#3583FF", | |
"#FB7962", | |
"#A5D33E", | |
"#FFCD3A", | |
"#68A2FF", | |
"#8F46D8", | |
"#F078A1", | |
"#33BDB9", | |
"#FF9901", | |
"#9AC1FF", | |
"#64BF00" | |
], | |
"tooltip": { | |
"trigger": "item", | |
"triggerOn": "mousemove" | |
}, | |
"animation": false, | |
"series": [ | |
{ | |
"type": "sankey", | |
"top": "8%", | |
"bottom": "0%", | |
"left": "8%", | |
"right": "4%", | |
"data": [ | |
{ | |
"name": "苹果 ", | |
"key": "苹果", | |
"itemStyle": { | |
"color": "#3583FF" | |
} | |
}, | |
{ | |
"name": "VIVO ", | |
"key": "VIVO", | |
"itemStyle": { | |
"color": "#FB7962" | |
} | |
}, | |
{ | |
"name": "OPPO ", | |
"key": "OPPO", | |
"itemStyle": { | |
"color": "#A5D33E" | |
} | |
}, | |
{ | |
"name": "华为 ", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "魅族 ", | |
"key": "魅族", | |
"itemStyle": { | |
"color": "#68A2FF" | |
} | |
}, | |
{ | |
"name": "其他 ", | |
"key": "其他", | |
"itemStyle": { | |
"color": "#8F46D8" | |
} | |
}, | |
{ | |
"name": "荣耀 ", | |
"key": "荣耀", | |
"itemStyle": { | |
"color": "#F078A1" | |
} | |
}, | |
{ | |
"name": "三星 ", | |
"key": "三星", | |
"itemStyle": { | |
"color": "#33BDB9" | |
} | |
}, | |
{ | |
"name": "小米 ", | |
"key": "小米", | |
"itemStyle": { | |
"color": "#FF9901" | |
} | |
}, | |
{ | |
"name": "华为", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "苹果 ", | |
"key": "苹果", | |
"itemStyle": { | |
"color": "#3583FF" | |
} | |
}, | |
{ | |
"name": "VIVO ", | |
"key": "VIVO", | |
"itemStyle": { | |
"color": "#FB7962" | |
} | |
}, | |
{ | |
"name": "OPPO ", | |
"key": "OPPO", | |
"itemStyle": { | |
"color": "#A5D33E" | |
} | |
}, | |
{ | |
"name": "华为 ", | |
"key": "华为", | |
"itemStyle": { | |
"color": "#FFCD3A" | |
} | |
}, | |
{ | |
"name": "魅族 ", | |
"key": "魅族", | |
"itemStyle": { | |
"color": "#68A2FF" | |
} | |
}, | |
{ | |
"name": "其他 ", | |
"key": "其他", | |
"itemStyle": { | |
"color": "#8F46D8" | |
} | |
}, | |
{ | |
"name": "荣耀 ", | |
"key": "荣耀", | |
"itemStyle": { | |
"color": "#F078A1" | |
} | |
}, | |
{ | |
"name": "三星 ", | |
"key": "三星", | |
"itemStyle": { | |
"color": "#33BDB9" | |
} | |
}, | |
{ | |
"name": "小米 ", | |
"key": "小米", | |
"itemStyle": { | |
"color": "#FF9901" | |
} | |
} | |
], | |
"links": [ | |
{ | |
"source": "苹果 ", | |
"target": "联想", | |
"value": 11102, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "联想", | |
"value": 6281, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "联想", | |
"value": 6120, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "联想", | |
"value": 4766, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "联想", | |
"value": 2733, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "联想", | |
"value": 12572, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "联想", | |
"value": 5565, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "联想", | |
"value": 10089, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "联想", | |
"value": 10631, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "苹果 ", | |
"value": 241312, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "VIVO ", | |
"value": 160685, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "OPPO ", | |
"value": 151488, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "华为 ", | |
"value": 112174, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "魅族 ", | |
"value": 21867, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "其他 ", | |
"value": 43055, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "荣耀 ", | |
"value": 86148, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "三星 ", | |
"value": 30667, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "联想", | |
"target": "小米 ", | |
"value": 138565, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "苹果", | |
"value": 5071327, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "苹果", | |
"value": 1172695, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "苹果", | |
"value": 1243375, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "苹果", | |
"value": 830761, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "苹果", | |
"value": 175877, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "苹果", | |
"value": 884598, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "苹果", | |
"value": 519654, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "苹果", | |
"value": 1451209, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "苹果", | |
"value": 880098, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "苹果 ", | |
"value": 5071327, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "VIVO ", | |
"value": 1328877, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "OPPO ", | |
"value": 1353409, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "华为 ", | |
"value": 2355290, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "魅族 ", | |
"value": 143560, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "其他 ", | |
"value": 317106, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "荣耀 ", | |
"value": 904139, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "三星 ", | |
"value": 261866, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果", | |
"target": "小米 ", | |
"value": 1100866, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "VIVO", | |
"value": 1328877, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "VIVO", | |
"value": 3727321, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "VIVO", | |
"value": 2360618, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "VIVO", | |
"value": 799720, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "VIVO", | |
"value": 308516, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "VIVO", | |
"value": 1003938, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "VIVO", | |
"value": 841903, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "VIVO", | |
"value": 912249, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "VIVO", | |
"value": 945128, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "苹果 ", | |
"value": 1172695, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "VIVO ", | |
"value": 3727321, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "OPPO ", | |
"value": 2149438, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "华为 ", | |
"value": 1869138, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "魅族 ", | |
"value": 107818, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "其他 ", | |
"value": 231519, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "荣耀 ", | |
"value": 1074870, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "小米 ", | |
"value": 687720, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO", | |
"target": "三星 ", | |
"value": 112120, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "OPPO", | |
"value": 1353409, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "OPPO", | |
"value": 2149438, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "OPPO", | |
"value": 3490262, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "OPPO", | |
"value": 799732, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "OPPO", | |
"value": 293374, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "OPPO", | |
"value": 961966, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "OPPO", | |
"value": 810789, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "OPPO", | |
"value": 909478, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "OPPO", | |
"value": 880969, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "苹果 ", | |
"value": 1243375, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "VIVO ", | |
"value": 2360618, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "OPPO ", | |
"value": 3490262, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "华为 ", | |
"value": 2033438, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "魅族 ", | |
"value": 107456, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "其他 ", | |
"value": 232324, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "荣耀 ", | |
"value": 1102897, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "小米 ", | |
"value": 692878, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO", | |
"target": "三星 ", | |
"value": 117418, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "华为", | |
"value": 2355290, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "华为", | |
"value": 1869138, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "华为", | |
"value": 2033438, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "华为", | |
"value": 2283687, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "华为", | |
"value": 298494, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "华为", | |
"value": 855786, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "华为", | |
"value": 1322587, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "华为", | |
"value": 901219, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "华为", | |
"value": 965310, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "苹果 ", | |
"value": 830761, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "VIVO ", | |
"value": 799720, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "OPPO ", | |
"value": 799732, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "华为 ", | |
"value": 2283687, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "魅族 ", | |
"value": 63536, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "其他 ", | |
"value": 141589, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "荣耀 ", | |
"value": 858803, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "三星 ", | |
"value": 100697, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为", | |
"target": "小米 ", | |
"value": 434454, | |
"lineStyle": { | |
"color": "target", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "金立", | |
"value": 44511, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "金立", | |
"value": 51276, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "金立", | |
"value": 51648, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "金立", | |
"value": 24355, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "金立", | |
"value": 8707, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "金立", | |
"value": 61639, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "金立", | |
"value": 23521, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "金立", | |
"value": 46413, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "金立", | |
"value": 33430, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "苹果 ", | |
"value": 93483, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "VIVO ", | |
"value": 296822, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "OPPO ", | |
"value": 289029, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "华为 ", | |
"value": 250647, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "魅族 ", | |
"value": 17028, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "其他 ", | |
"value": 54856, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "荣耀 ", | |
"value": 170648, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "小米 ", | |
"value": 92514, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "金立", | |
"target": "三星 ", | |
"value": 16818, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "魅族", | |
"value": 143560, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "魅族", | |
"value": 107818, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "魅族", | |
"value": 107456, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "魅族", | |
"value": 63536, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "魅族", | |
"value": 139491, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "魅族", | |
"value": 108553, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "魅族", | |
"value": 74267, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "魅族", | |
"value": 115479, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "魅族", | |
"value": 117901, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "苹果 ", | |
"value": 175877, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "VIVO ", | |
"value": 308516, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "OPPO ", | |
"value": 293374, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "华为 ", | |
"value": 298494, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "魅族 ", | |
"value": 139491, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "其他 ", | |
"value": 62525, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "荣耀 ", | |
"value": 289169, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "小米 ", | |
"value": 222279, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族", | |
"target": "三星 ", | |
"value": 23287, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "一加", | |
"value": 47631, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "一加", | |
"value": 31344, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "一加", | |
"value": 29022, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "一加", | |
"value": 24096, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "一加", | |
"value": 9996, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "一加", | |
"value": 46685, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "一加", | |
"value": 23269, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "一加", | |
"value": 35003, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "一加", | |
"value": 24716, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "苹果 ", | |
"value": 22812, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "VIVO ", | |
"value": 9286, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "OPPO ", | |
"value": 8185, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "华为 ", | |
"value": 17257, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "魅族 ", | |
"value": 2706, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "其他 ", | |
"value": 28394, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "荣耀 ", | |
"value": 10497, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "三星 ", | |
"value": 3323, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "一加", | |
"target": "小米 ", | |
"value": 16148, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "荣耀", | |
"value": 904139, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "荣耀", | |
"value": 1074870, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "荣耀", | |
"value": 1102897, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "荣耀", | |
"value": 858803, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "荣耀", | |
"value": 289169, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "荣耀", | |
"value": 654256, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "荣耀", | |
"value": 1324892, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "荣耀", | |
"value": 524541, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "荣耀", | |
"value": 776760, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "苹果 ", | |
"value": 519654, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "VIVO ", | |
"value": 841903, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "OPPO ", | |
"value": 810789, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "华为 ", | |
"value": 1322587, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "魅族 ", | |
"value": 74267, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "其他 ", | |
"value": 142076, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "荣耀 ", | |
"value": 1324892, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "三星 ", | |
"value": 63670, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀", | |
"target": "小米 ", | |
"value": 452992, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "小米", | |
"value": 1100866, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "小米", | |
"value": 687720, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "小米", | |
"value": 692878, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "小米", | |
"value": 434454, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "小米", | |
"value": 222279, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "小米", | |
"value": 633365, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "小米", | |
"value": 452992, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "小米", | |
"value": 747315, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "小米", | |
"value": 1696219, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "苹果 ", | |
"value": 880098, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "VIVO ", | |
"value": 912249, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "OPPO ", | |
"value": 880969, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "华为 ", | |
"value": 965310, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "魅族 ", | |
"value": 117901, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "其他 ", | |
"value": 220147, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "荣耀 ", | |
"value": 776760, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "三星 ", | |
"value": 109455, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米", | |
"target": "小米 ", | |
"value": 1696219, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "苹果 ", | |
"target": "三星", | |
"value": 261866, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "VIVO ", | |
"target": "三星", | |
"value": 112120, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "OPPO ", | |
"target": "三星", | |
"value": 117418, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "华为 ", | |
"target": "三星", | |
"value": 100697, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "魅族 ", | |
"target": "三星", | |
"value": 23287, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "其他 ", | |
"target": "三星", | |
"value": 120050, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "荣耀 ", | |
"target": "三星", | |
"value": 63670, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "小米 ", | |
"target": "三星", | |
"value": 109455, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星 ", | |
"target": "三星", | |
"value": 330496, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "苹果 ", | |
"value": 1451209, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "VIVO ", | |
"value": 945128, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "OPPO ", | |
"value": 909478, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "华为 ", | |
"value": 901219, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "魅族 ", | |
"value": 115479, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "其他 ", | |
"value": 227790, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "荣耀 ", | |
"value": 524541, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "三星 ", | |
"value": 330496, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
}, | |
{ | |
"source": "三星", | |
"target": "小米 ", | |
"value": 747315, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.6, | |
"opacity": 0.2 | |
} | |
} | |
], | |
"focusNodeAdjacency": "allEdges", | |
"itemStyle": { | |
"borderWidth": 1, | |
"borderColor": "#aaa" | |
}, | |
"lineStyle": { | |
"color": "source", | |
"curveness": 0.5 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment