組件參數(shù):設(shè)置主標(biāo)題突颊,副標(biāo)題裆甩,包圍盒子的參數(shù)
title: {
text: '折線',
link:'http://echarts.baidu.com/option.html#title.link',
target:'blank',
textStyle:{
// color:'red',
// fontStyle:'oblique',
// fontWeight:'bold',
// fontFamily:'serif',
// fontSize:'50',
// align:'right',
// verticalAlign:'middle',
// lineHeight:'20px',
// width:'100%',
// height:'100%',
// textBorderColor:'yellow',
// textBorderWidth:2,
// textShadowColor:'#000',
// textShadowBlur:3,
// textShadowOffsetX:1,
// textShadowOffsetY:2,
},
// 副標(biāo)題
subtext:'--菜鳥教程',
// 也是和上面類似的都有樣式設(shè)置
padding:[10,10],
itemGap:10,
// 主標(biāo)題和副標(biāo)題之間的距
zevel:0,
// 用于對(duì)canvas分層冗锁,一些變化頻繁的圖形,放在一個(gè)單獨(dú)的zlevel
z:2,
// 組件所有圖形的z值嗤栓,控制圖形的前后順序冻河,z值曉得圖像會(huì)被打的圖形覆蓋
backgroundColor:'yellow',
borderWidth:2,
borderRadius:[50,5,5,5],
shadowBlur:10,
// 還有一些和盒子陰影有關(guān)系的設(shè)置參數(shù)
show:false,
},