label: {
show:true, //開啟顯示
? position:'end', //在上方顯示
? formatter:'{c}%',//顯示百分比 那個需要就放在那個上面
? textStyle: {//數(shù)值樣式
? ? color:'#fff',
? ? fontSize:12,
? }
}
xAxis : [
{
type :'category',
? ? data : ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
? ? axisLabel: {
interval:0,
? ? ? rotate:45,//傾斜度 -90 至 90 默認(rèn)為0 x軸字體傾斜
? ? ? textStyle: {
fontWeight:"normal",
? ? ? ? color:"#006a89"
? ? ? }
},
barBorderRadius:[10, 10, 0, 0], // 設(shè)置柱狀圖圓角
series : [
{
name:'直接訪問',
? ? type:'bar',
? ? // 設(shè)置柱子的大小
? ? barWidth:'60%',