日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

echart 图谱_zrend echart 展示家庭图谱示例代码(类思维导图)

發布時間:2025/3/19 编程问答 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 echart 图谱_zrend echart 展示家庭图谱示例代码(类思维导图) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

【實例簡介】

【實例截圖】

【核心代碼】

kforce

require.config({

packages:[{

name:'echarts',

location:'./echarts/src',

main:'echarts'

},{

name:'zrender',

location:'./zrender/src',

main:'zrender'

}]

});

var option = {

title : {

text: '人物關系:喬布斯',

subtext: '數據來自人立方',

x:'right',

y:'bottom'

},

tooltip : {

trigger: 'item',

formatter: '{a} : '

},

legend: {

x: 'left',

selected:{'朋友':true,'家人':true},

data:['家人','朋友']

},

isShowScrollBar:false,

series: [

{

type:'kforce',

categories : [

{

name: '人物',

itemStyle: {

normal: {

color : '#ff7f50'

}

}

},

{

name: '家人',

itemStyle: {

normal: {

color : '#ff7f50'

}

}

},

{

name:'朋友',

itemStyle: {

normal: {

color : '#87cdfa'

}

}

}

],

itemStyle: {

normal: {

label: {

show: true,

textStyle: {

color: '#000000'

}

},

nodeStyle : {

brushType : 'both',

strokeColor : 'rgba(255,215,0,0.4)',

lineWidth : 2

}

},emphasis:{

linkStyle : { strokeColor : '#5182AB'}

}

},

minRadius : 15,

maxRadius : 25,

density : 0.8,

attractiveness: 0.8,

nodes:[

{category:0, name: '喬布斯', value : 10,shapeType:'rectangle',onclick:function(params){

alert(params.target.style.text);

params.target.style.text = "雷布斯";

},

itemStyle:{

normal:{

width:100,

height:80

}

}},

{category:1, name: '麗薩-喬布斯',value : 2,shapeType:'ellipse',

itemStyle:{

normal:{

a:40,

b:20

}

}},

{category:1, name: '保羅-喬布斯',value : 3},

{category:1, name: '克拉拉-喬布斯',value : 3},

{category:1, name: '勞倫-鮑威爾',value : 7},

{category:2, name: '史蒂夫-沃茲尼艾克',value : 5},

{category:2, name: '奧巴馬',value : 8,shapeType:'rectangle'},

{category:2, name: '比爾-蓋茨',value : 9},

{category:2, name: '喬納森-艾夫',value : 4},

{category:2, name: '蒂姆-庫克',value : 4},

{category:2, name: '龍-韋恩',value : 1},

],

links : [

{source : 1, target : 0, weight : 1,

onclick:function(params){

alert(params.target.style.text);

},

itemStyle:{

normal:{

lineWidth:10,

text:'麗薩-喬布斯',

textColor:'#030303',

textFont:'bold 15px verdana',

textPosition:'inside'

}

}},

{source : 2, target : 0, weight : 2},

{source : 3, target : 0, weight : 1},

{source : 4, target : 0, weight : 2},

{source : 5, target : 0, weight : 3},

{source : 6, target : 0, weight : 6},

{source : 7, target : 0, weight : 6},

{source : 8, target : 0, weight : 1},

{source : 9, target : 0, weight : 1},

{source : 10, target : 0, weight : 1}

]

}

]

};

require(

[

'echarts',

'echarts/chart/kforce',

],

function(ec) {

var myChart = ec.init(document.getElementById('demo1'));

myChart.setOption(option);

}

)

與50位技術專家面對面20年技術見證,附贈技術全景圖

總結

以上是生活随笔為你收集整理的echart 图谱_zrend echart 展示家庭图谱示例代码(类思维导图)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。