@ -25,6 +25,9 @@
setOption: function (options) {
if(!options)return
var options = $.extend({}, defaults, options);
options.yAxis[0].axisLabel.fontSize='14'
options.yAxis[1].axisLabel.fontSize='14'
options.xAxis[0].axisLabel.fontSize='14'
return options
}
},
@ -152,7 +152,8 @@
axisLabel: {
color: '#b5e1fc'
color: '#b5e1fc',
fontSize:'14'
nameTextStyle:{color: '#b5e1fc'}
}],
@ -170,7 +171,8 @@
color: '#fff'
color: '#fff',
splitLine: {
show: false // 不显示坐标轴刻度
@ -90,7 +90,8 @@
],
@ -110,7 +111,8 @@
{
@ -128,7 +130,8 @@
color: '#b5e1fc' // 坐标轴刻度标签文本颜色
color: '#b5e1fc' ,// 坐标轴刻度标签文本颜色
show: true