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
  }

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM