赛题:
(后期更新)
知识点笔记:
stack: '总量', //设置堆叠在一起
label: {
show: true, //显示值
position: 'insideRight' //靠柱体的右边显示
},
option = {
title:{
text: '酒店直销、分销订单及比率',
textStyle:{
color:'red',
fontStyle:'italic',
fontWeight:'bolder'
},
left:'center',
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
crossStyle: {
color: '#999'
}
}
},
toolbox: {
feature: {
dataView: {show: true, readOnly: false},
magicType: {show: true, type: ['line', 'bar']},
restore: {show: true},
saveAsImage: {show: true}
}
},
legend: {