// 柱状图顶部数据设置
itemStyle: {
normal: {
label: {
show: true, // 开启显示
position: 'top', // 在上方显示
offset: [-10, 0],
textStyle: {
// 数值样式
color: 'white',
fontSize: 10
},
interval: 0, // 横轴信息全部显示
rotate: 30 // 30度角倾斜显示
}
}
}
// 柱状图顶部数据设置
itemStyle: {
normal: {
label: {
show: true, // 开启显示
position: 'top', // 在上方显示
offset: [-10, 0],
textStyle: {
// 数值样式
color: 'white',
fontSize: 10
},
interval: 0, // 横轴信息全部显示
rotate: 30 // 30度角倾斜显示
}
}
}