X轴不显示刻度
axisTick: {
show: false,
},
视图上下左右间距
grid: {
top: '45px',
left: '125px',
right: '5px',
bottom: '12px',
containLabel: true grid 区域是否包含坐标轴的刻度
},
图例组件。顶部显示
图例组件展现了不同系列的标记(symbol),颜色和名字。可以通过点击图例控制哪些系列不显示。
legend: {
padding: [3, 4],
show: lineJson.showTitle,
icon: 'rect',
itemWidth: 15,
itemHeight: 4,
selectedMode: false,
data: [],
orient: 'horizontal',
},
提示框组件。
tooltip: {
hideDelay: 2000,
trigger: 'axis',
show: false,
},
标题
title: {
padding: 5,
show: lineJson.showTitle,
text: lineJson.titleName,
textStyle: {
color: '#dddddd',
fontSize: 12,
}
},
yAxis
nameGap 坐标轴名称(单位)与轴线之间的距离。