forked from Gitlink/forgeplus-react
pull
This commit is contained in:
commit
3e2b3255c8
|
|
@ -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: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue