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