Echarts学习之路2(基本配置项)

title:标题组件,包含主标题和副标题。

title:{
      text:"",//主标题
      link:"",//主标题文本超链接
      target:"",//指定窗口打开主标题超链接。'self' 当前窗口打开,blank' 新窗口打开
      textStyle:{
         color:"#333",
         fontStyle:"normal",
         fontWeight:"normal",
         fontFamily:"sans-serif",
         fontSize:18,
         align:left/right/center,
         verticalAlign:top/middle/bottom,
         lineHeight:56,
         width:100%,//文字块的宽度
     }
}        

  明天继续

猜你喜欢

转载自www.cnblogs.com/wyryuebanwan/p/10371430.html