提交地图修改内容
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
var option1 = {
|
||||
backgroundColor : '#f9f9f9',//背景色,
|
||||
title : {
|
||||
text : '暂降幅值的概率分布函数',
|
||||
x : 'center'
|
||||
},
|
||||
animation : false,
|
||||
legend : {
|
||||
show : false,
|
||||
data : [ '暂降幅值' ]
|
||||
},
|
||||
calculable : true,
|
||||
xAxis : [ {
|
||||
type : 'category',
|
||||
boundaryGap : false,
|
||||
name : '暂降幅值',
|
||||
nameLocation : 'center',
|
||||
nameGap : 20,
|
||||
nameTextStyle : {
|
||||
fontSize : 15
|
||||
},
|
||||
data : [ '0', '10%', '20%', '30%', '40%', '50%', '60%',
|
||||
'70%', '80%', '90%' ]
|
||||
} ],
|
||||
yAxis : [ {
|
||||
type : 'value',
|
||||
name : '概率分布',
|
||||
nameLocation : 'center',
|
||||
nameGap : 40,
|
||||
nameTextStyle : {
|
||||
fontSize : 15
|
||||
},
|
||||
axisLabel : {
|
||||
formatter : '{value} %'
|
||||
}
|
||||
} ],
|
||||
series : [ {
|
||||
name : '暂降幅值',
|
||||
type : 'line',
|
||||
data : eventValue
|
||||
} ]
|
||||
};
|
||||
Reference in New Issue
Block a user