Skip to content

Instantly share code, notes, and snippets.

@szu-bee
Created October 13, 2019 20:00
桑基图配置项样例4
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": "#9AC1FF"
}
},
{
"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": "#FF9901"
}
},
{
"name": "小米 ",
"key": "小米",
"itemStyle": {
"color": "#33BDB9"
}
}
],
"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": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "VIVO ",
"value": 160685,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "OPPO ",
"value": 151488,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "华为 ",
"value": 112174,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "魅族 ",
"value": 21867,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "其他 ",
"value": 43055,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "荣耀 ",
"value": 86148,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "三星 ",
"value": 30667,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "小米 ",
"value": 138565,
"lineStyle": {
"color": "target",
"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": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "VIVO ",
"value": 799720,
"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": "华为 ",
"value": 2283687,
"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": 141589,
"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": 100697,
"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": 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
}
}
]
}
option = {
"title": {
"text": "品牌流动关系"
},
"color": [
"#3583FF",
"#FB7962",
"#A5D33E",
"#FFCD3A",
"#68A2FF",
"#8F46D8",
"#F078A1",
"#33BDB9",
"#FF9901",
"#9AC1FF",
"#64BF00"
],
"tooltip": {
"trigger": "item",
"triggerOn": "mousemove",
formatter: (params) => {
const { name, data } = params
return data.name ? data.name.trim() :
`${data.source.trim()} --> ${data.target.trim()} : ${data.valueShow}`
}
},
"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": "#9AC1FF"
}
},
{
"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": "#FF9901"
}
},
{
"name": "小米 ",
"key": "小米",
"itemStyle": {
"color": "#33BDB9"
}
}
],
"links": [
{
"source": "苹果 ",
"target": "联想",
"value": 9.314880551250107,
"valueShow": 11102,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "联想",
"value": 8.74528448245438,
"valueShow": 6281,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "联想",
"value": 8.719317375506371,
"valueShow": 6120,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "联想",
"value": 8.469262657658687,
"valueShow": 4766,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "联想",
"value": 7.913155185928068,
"valueShow": 2733,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "联想",
"value": 9.439227397917458,
"valueShow": 12572,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "联想",
"value": 8.624252263709645,
"valueShow": 5565,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "联想",
"value": 9.219201000408379,
"valueShow": 10089,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "联想",
"value": 9.271529540288606,
"valueShow": 10631,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "苹果 ",
"value": 12.393845981002373,
"valueShow": 241312,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "VIVO ",
"value": 11.987201205738636,
"valueShow": 160685,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "OPPO ",
"value": 11.928261692873656,
"valueShow": 151488,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "华为 ",
"value": 11.627806516162149,
"valueShow": 112174,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "魅族 ",
"value": 9.992733930050322,
"valueShow": 21867,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "其他 ",
"value": 10.670233647130265,
"valueShow": 43055,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "荣耀 ",
"value": 11.363822026364483,
"valueShow": 86148,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "三星 ",
"value": 10.330942436869211,
"valueShow": 30667,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "联想",
"target": "小米 ",
"value": 11.839094808595544,
"valueShow": 138565,
"lineStyle": {
"color": "target",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "苹果",
"value": 15.43911307702075,
"valueShow": 5071327,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "苹果",
"value": 13.97481507677502,
"valueShow": 1172695,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "苹果",
"value": 14.033340014454716,
"valueShow": 1243375,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "苹果",
"value": 13.630097427176425,
"valueShow": 830761,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "苹果",
"value": 12.077540166064898,
"valueShow": 175877,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "苹果",
"value": 13.692888583504923,
"valueShow": 884598,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "苹果",
"value": 13.160918484475637,
"valueShow": 519654,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "苹果",
"value": 14.187907560087835,
"valueShow": 1451209,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "苹果",
"value": 13.687788543890283,
"valueShow": 880098,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "苹果 ",
"value": 15.43911307702075,
"valueShow": 5071327,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "VIVO ",
"value": 14.099844782622226,
"valueShow": 1328877,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "OPPO ",
"value": 14.118137152676875,
"valueShow": 1353409,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "华为 ",
"value": 14.672174420101802,
"valueShow": 2355290,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "魅族 ",
"value": 11.874508345261544,
"valueShow": 143560,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "其他 ",
"value": 12.666991381823305,
"valueShow": 317106,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "荣耀 ",
"value": 13.71473838861624,
"valueShow": 904139,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "三星 ",
"value": 12.475588201526195,
"valueShow": 261866,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果",
"target": "小米 ",
"value": 13.911607700759252,
"valueShow": 1100866,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "VIVO",
"value": 14.099844782622226,
"valueShow": 1328877,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "VIVO",
"value": 15.131200303005857,
"valueShow": 3727321,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "VIVO",
"value": 14.674434007128074,
"valueShow": 2360618,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "VIVO",
"value": 13.592016945385769,
"valueShow": 799720,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "VIVO",
"value": 12.639528984840071,
"valueShow": 308516,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "VIVO",
"value": 13.819440824338969,
"valueShow": 1003938,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "VIVO",
"value": 13.643420084687978,
"valueShow": 841903,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "VIVO",
"value": 13.723668258107356,
"valueShow": 912249,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "VIVO",
"value": 13.759075647038843,
"valueShow": 945128,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "苹果 ",
"value": 13.97481507677502,
"valueShow": 1172695,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "VIVO ",
"value": 15.131200303005857,
"valueShow": 3727321,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "OPPO ",
"value": 14.58071697058529,
"valueShow": 2149438,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "华为 ",
"value": 14.44098791998802,
"valueShow": 1869138,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "魅族 ",
"value": 11.588199899399374,
"valueShow": 107818,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "其他 ",
"value": 12.352417222574712,
"valueShow": 231519,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "荣耀 ",
"value": 13.887710281998691,
"valueShow": 1074870,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "小米 ",
"value": 13.441137057333783,
"valueShow": 687720,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO",
"target": "三星 ",
"value": 11.627325005278724,
"valueShow": 112120,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "OPPO",
"value": 14.118137152676875,
"valueShow": 1353409,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "OPPO",
"value": 14.58071697058529,
"valueShow": 2149438,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "OPPO",
"value": 15.065487362994114,
"valueShow": 3490262,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "OPPO",
"value": 13.59203195052503,
"valueShow": 799732,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "OPPO",
"value": 12.589203524540784,
"valueShow": 293374,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "OPPO",
"value": 13.77673438598792,
"valueShow": 961966,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "OPPO",
"value": 13.605763126620394,
"valueShow": 810789,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "OPPO",
"value": 13.720626087532855,
"valueShow": 909478,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "OPPO",
"value": 13.688777717012055,
"valueShow": 880969,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "苹果 ",
"value": 14.033340014454716,
"valueShow": 1243375,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "VIVO ",
"value": 14.674434007128074,
"valueShow": 2360618,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "OPPO ",
"value": 15.065487362994114,
"valueShow": 3490262,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "华为 ",
"value": 14.525238514560453,
"valueShow": 2033438,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "魅族 ",
"value": 11.584836740437213,
"valueShow": 107456,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "其他 ",
"value": 12.3558882281012,
"valueShow": 232324,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "荣耀 ",
"value": 13.913450912188988,
"valueShow": 1102897,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "小米 ",
"value": 13.448609216498047,
"valueShow": 692878,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO",
"target": "三星 ",
"value": 11.67349549659967,
"valueShow": 117418,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "华为",
"value": 14.672174420101802,
"valueShow": 2355290,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "华为",
"value": 14.44098791998802,
"valueShow": 1869138,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "华为",
"value": 14.525238514560453,
"valueShow": 2033438,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "华为",
"value": 14.64130180008695,
"valueShow": 2283687,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "华为",
"value": 12.606505111110263,
"valueShow": 298494,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "华为",
"value": 13.65977562386867,
"valueShow": 855786,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "华为",
"value": 14.095100225049942,
"valueShow": 1322587,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "华为",
"value": 13.711503570318428,
"valueShow": 901219,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "华为",
"value": 13.780204572256785,
"valueShow": 965310,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "苹果 ",
"value": 13.630097427176425,
"valueShow": 830761,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "VIVO ",
"value": 13.592016945385769,
"valueShow": 799720,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "OPPO ",
"value": 13.59203195052503,
"valueShow": 799732,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "华为 ",
"value": 14.64130180008695,
"valueShow": 2283687,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "魅族 ",
"value": 11.059361953371033,
"valueShow": 63536,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "其他 ",
"value": 11.86068377360841,
"valueShow": 141589,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "荣耀 ",
"value": 13.663294838227053,
"valueShow": 858803,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "三星 ",
"value": 11.519871286803097,
"valueShow": 100697,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为",
"target": "小米 ",
"value": 12.981845349268356,
"valueShow": 434454,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "金立",
"value": 10.703491628618904,
"valueShow": 44511,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "金立",
"value": 10.844978085432025,
"valueShow": 51276,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "金立",
"value": 10.852206751629621,
"valueShow": 51648,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "金立",
"value": 10.100492446240644,
"valueShow": 24355,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "金立",
"value": 9.071882578828616,
"valueShow": 8707,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "金立",
"value": 11.029050066070786,
"valueShow": 61639,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "金立",
"value": 10.065648918115544,
"valueShow": 23521,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "金立",
"value": 10.745334871387179,
"valueShow": 46413,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "金立",
"value": 10.417208979414145,
"valueShow": 33430,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "苹果 ",
"value": 11.445534880564031,
"valueShow": 93483,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "VIVO ",
"value": 12.600887911517534,
"valueShow": 296822,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "OPPO ",
"value": 12.574282308081004,
"valueShow": 289029,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "华为 ",
"value": 12.431800853739112,
"valueShow": 250647,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "魅族 ",
"value": 9.742614326948043,
"valueShow": 17028,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "其他 ",
"value": 10.9124668489642,
"valueShow": 54856,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "荣耀 ",
"value": 12.047358234371654,
"valueShow": 170648,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "小米 ",
"value": 11.435115263399407,
"valueShow": 92514,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "金立",
"target": "三星 ",
"value": 9.730205020392843,
"valueShow": 16818,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "魅族",
"value": 11.874508345261544,
"valueShow": 143560,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "魅族",
"value": 11.588199899399374,
"valueShow": 107818,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "魅族",
"value": 11.584836740437213,
"valueShow": 107456,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "魅族",
"value": 11.059361953371033,
"valueShow": 63536,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "魅族",
"value": 11.84575536203327,
"valueShow": 139491,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "魅族",
"value": 11.594993811958167,
"valueShow": 108553,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "魅族",
"value": 11.215421986687424,
"valueShow": 74267,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "魅族",
"value": 11.656843974231238,
"valueShow": 115479,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "魅族",
"value": 11.6776005682537,
"valueShow": 117901,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "苹果 ",
"value": 12.077540166064898,
"valueShow": 175877,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "VIVO ",
"value": 12.639528984840071,
"valueShow": 308516,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "OPPO ",
"value": 12.589203524540784,
"valueShow": 293374,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "华为 ",
"value": 12.606505111110263,
"valueShow": 298494,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "魅族 ",
"value": 11.84575536203327,
"valueShow": 139491,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "其他 ",
"value": 11.04332175574582,
"valueShow": 62525,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "荣耀 ",
"value": 12.574766571266752,
"valueShow": 289169,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "小米 ",
"value": 12.311688628553433,
"valueShow": 222279,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族",
"target": "三星 ",
"value": 10.055650543933236,
"valueShow": 23287,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "一加",
"value": 10.771239088745622,
"valueShow": 47631,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "一加",
"value": 10.352778140184322,
"valueShow": 31344,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "一加",
"value": 10.275809442051038,
"valueShow": 29022,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "一加",
"value": 10.08980113059962,
"valueShow": 24096,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "一加",
"value": 9.209940291954844,
"valueShow": 9996,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "一加",
"value": 10.751178192918026,
"valueShow": 46685,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "一加",
"value": 10.054877281586947,
"valueShow": 23269,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "一加",
"value": 10.463189051084006,
"valueShow": 35003,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "一加",
"value": 10.115206086180871,
"valueShow": 24716,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "苹果 ",
"value": 10.03504199227643,
"valueShow": 22812,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "VIVO ",
"value": 9.136263168579868,
"valueShow": 9286,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "OPPO ",
"value": 9.010058489805235,
"valueShow": 8185,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "华为 ",
"value": 9.75597313724758,
"valueShow": 17257,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "魅族 ",
"value": 7.903226808730733,
"valueShow": 2706,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "其他 ",
"value": 10.25393313422352,
"valueShow": 28394,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "荣耀 ",
"value": 9.258844781035798,
"valueShow": 10497,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "三星 ",
"value": 8.108623268354595,
"valueShow": 3323,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "一加",
"target": "小米 ",
"value": 9.689551481972831,
"valueShow": 16148,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "荣耀",
"value": 13.71473838861624,
"valueShow": 904139,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "荣耀",
"value": 13.887710281998691,
"valueShow": 1074870,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "荣耀",
"value": 13.913450912188988,
"valueShow": 1102897,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "荣耀",
"value": 13.663294838227053,
"valueShow": 858803,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "荣耀",
"value": 12.574766571266752,
"valueShow": 289169,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "荣耀",
"value": 13.391253991156608,
"valueShow": 654256,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "荣耀",
"value": 14.096841504646424,
"valueShow": 1324892,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "荣耀",
"value": 13.170278873448813,
"valueShow": 524541,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "荣耀",
"value": 13.562886701327557,
"valueShow": 776760,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "苹果 ",
"value": 13.160918484475637,
"valueShow": 519654,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "VIVO ",
"value": 13.643420084687978,
"valueShow": 841903,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "OPPO ",
"value": 13.605763126620394,
"valueShow": 810789,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "华为 ",
"value": 14.095100225049942,
"valueShow": 1322587,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "魅族 ",
"value": 11.215421986687424,
"valueShow": 74267,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "其他 ",
"value": 11.864117404676536,
"valueShow": 142076,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "荣耀 ",
"value": 14.096841504646424,
"valueShow": 1324892,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "三星 ",
"value": 11.061468773011072,
"valueShow": 63670,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀",
"target": "小米 ",
"value": 13.023629744265081,
"valueShow": 452992,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "小米",
"value": 13.911607700759252,
"valueShow": 1100866,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "小米",
"value": 13.441137057333783,
"valueShow": 687720,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "小米",
"value": 13.448609216498047,
"valueShow": 692878,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "小米",
"value": 12.981845349268356,
"valueShow": 434454,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "小米",
"value": 12.311688628553433,
"valueShow": 222279,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "小米",
"value": 13.358802154218601,
"valueShow": 633365,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "小米",
"value": 13.023629744265081,
"valueShow": 452992,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "小米",
"value": 13.524242061977073,
"valueShow": 747315,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "小米",
"value": 14.343912214356257,
"valueShow": 1696219,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "苹果 ",
"value": 13.687788543890283,
"valueShow": 880098,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "VIVO ",
"value": 13.723668258107356,
"valueShow": 912249,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "OPPO ",
"value": 13.688777717012055,
"valueShow": 880969,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "华为 ",
"value": 13.780204572256785,
"valueShow": 965310,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "魅族 ",
"value": 11.6776005682537,
"valueShow": 117901,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "其他 ",
"value": 12.3020507840186,
"valueShow": 220147,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "荣耀 ",
"value": 13.562886701327557,
"valueShow": 776760,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "三星 ",
"value": 11.60326878486783,
"valueShow": 109455,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米",
"target": "小米 ",
"value": 14.343912214356257,
"valueShow": 1696219,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "苹果 ",
"target": "三星",
"value": 12.475588201526195,
"valueShow": 261866,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "VIVO ",
"target": "三星",
"value": 11.627325005278724,
"valueShow": 112120,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "OPPO ",
"target": "三星",
"value": 11.67349549659967,
"valueShow": 117418,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "华为 ",
"target": "三星",
"value": 11.519871286803097,
"valueShow": 100697,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "魅族 ",
"target": "三星",
"value": 10.055650543933236,
"valueShow": 23287,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "其他 ",
"target": "三星",
"value": 11.695663601649398,
"valueShow": 120050,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "荣耀 ",
"target": "三星",
"value": 11.061468773011072,
"valueShow": 63670,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "小米 ",
"target": "三星",
"value": 11.60326878486783,
"valueShow": 109455,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星 ",
"target": "三星",
"value": 12.708349835326205,
"valueShow": 330496,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "苹果 ",
"value": 14.187907560087835,
"valueShow": 1451209,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "VIVO ",
"value": 13.759075647038843,
"valueShow": 945128,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "OPPO ",
"value": 13.720626087532855,
"valueShow": 909478,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "华为 ",
"value": 13.711503570318428,
"valueShow": 901219,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "魅族 ",
"value": 11.656843974231238,
"valueShow": 115479,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "其他 ",
"value": 12.336179430875388,
"valueShow": 227790,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "荣耀 ",
"value": 13.170278873448813,
"valueShow": 524541,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "三星 ",
"value": 12.708349835326205,
"valueShow": 330496,
"lineStyle": {
"color": "source",
"curveness": 0.6,
"opacity": 0.2
}
},
{
"source": "三星",
"target": "小米 ",
"value": 13.524242061977073,
"valueShow": 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