This commit is contained in:
caishi 2023-03-08 11:48:38 +08:00
commit 3e2b3255c8
3 changed files with 35 additions and 3 deletions

View File

@ -39,7 +39,18 @@ function Line({url}) {
})
},
yAxis: {
name:"社群激发熵"
type: 'value',
scale: true,
name: '社\n群\n激\n发\n熵',
min:0,
splitLine : {
show : true,
},
nameLocation:'end',
nameTextStyle:{
fontSize:14,
padding:[0,70,-80,0]
}
},
dataZoom: [
{

View File

@ -41,7 +41,18 @@ function Line({url}) {
})
},
yAxis: {
name:"代码变更熵"
type: 'value',
scale: true,
name: '代\n码\n变\n更\n熵',
min:0,
splitLine : {
show : true,
},
nameLocation:'end',
nameTextStyle:{
fontSize:14,
padding:[0,70,-80,0]
}
},
dataZoom: [
{

View File

@ -52,7 +52,17 @@ function SmoothLineTwo({url}) {
color: ['#ff6868','#1684fc',"#02cafd",'#a491d7','#e840f7',"#36bba6","#7b32b2"],
yAxis: {
type: 'value',
name:"社区演化熵"
scale: true,
name: '社\n区\n演\n化\n熵',
min:0,
splitLine : {
show : true,
},
nameLocation:'end',
nameTextStyle:{
fontSize:14,
padding:[0,70,-80,0]
}
},
dataZoom: [
{