echarts--标题(title)

title: {
    text: 'Referer of a Website',//主标题
    link:'https://echarts.apache.org/handbook/zh/concepts/legend',//主标题链接
    target:'blank',//窗口打开方式self本窗口,blank新窗口
    textStyle:{
      color:"skyblue",//主标题颜色
      fontSize:'20',//主标题大小
    },
    subtext: 'Fake Data',//副标题
    sublink: 'http://oa.piesat.cn/seeyon/main.do?method=index',//副标题链接
    subtarget:'blank',//self/blank
    subtextStyle:{
      color:'#0f0',
      fontSize:'30'
    },
    left: 'center',//位置
    show: true,//是否显示true/false
    textAlign:'left',//水平对齐:auto/left,right,center
    textVerticalAlign: 'auto',//垂直对齐:auto,top,middle,bottom
  }

 

 

posted @ 2021-12-16 15:04  lucky77  阅读(1580)  评论(0)    收藏  举报