1. xAxis
- 饼图没有xAxis和yAxis
- xAxis.boundaryGap: 类目起始和结束两端空白,默认为true留空,false则顶头
2. yAxis
- yAxis.minInterval: y轴最小间距
3. series
- series[index].type: line是折线,bar是柱状,pie是饼图
- series[index].barWidth:柱状图专用,柱宽度
- series[index].yAxisIndex:用于双坐标,0表示左边,1表示右边
4. title
title:{
text:"",标题
subtext:"",副标题,
link:””,主标题文本超链接
target:””,blank默认,self
sublink:””, 副标题文本超链接
subtarget:””, blank默认,self
itemGap:20 ,主副标题之间的间距
x:"",有center,left,right,即左中右,
y:"",有top,center,bottom,即上中下
textStyle:{
color:"#fff",标题颜色
fontStyle:"",字体风格,normal,italic,oblique
fontWeight:"",字体粗细,bold,
fontFamily:"",字体系列
fontSize:22,字体大小
align:"center",
}, //主标题样式
subtextStyle:{}//副标题样式,同textStyle
}
5. legend
legend:{
icon:"", circle圆,rect矩形,roundRect有圆角的矩形,triangle三角形,diamond菱系列形, pin针形,arrow箭形,none没有图标
width:"",
height:"",//图例组件的宽和高
orient:"",horizontal,vertical,默认horizontal,
itemGap:"", 图例每项之间的间隔。横向布局时为水平间隔,纵向布局时为纵向间隔。
itemWidth,itemHeight:"", 每个图例图形的宽度/高度。
bottom:"",number,和底部的距离,
left:"",和左边的距离
data:["已开展自查","未开展自查"]
}