echarts-title

 

option = {
    title:{
        id:1,//???
        show:true,//是否显示标题
        text:'{a|hello}{b|world}',
        link:'https://www.baidu.com',//超链接
        target:"blank",//超链接的打开方式
        textStyle:{
            //富文本样式
           
            rich:{
                a:{
                    color:'red'
                },
                b:{
                    color:'blue'
                }
            }
            
            
        },
        subtext:'bye world',
        sublink:"https://www.baidu.com",
        subtarget:"self",
        subtextStyle:{
            //同上
        },
        textAlign:'center',//整体水平对齐
        textVerticalAlign:'middle',//整体竖直对齐
        triggerEvent:true,//是否触发事件???
        padding:[50,50,50,50],//标题内边距???
        itemGap:200,//主副标题之间的间距
        left:'right',//距容器左侧的距离,可以用具体像素值,也可以用容器高宽的百分比
        top:"bottom",//距容器上端的距离,可以用具体像素值,也可以用容器高宽的百分比 
    },
   
};

 

posted @ 2019-09-19 21:38  回首起了风沙  Views(296)  Comments(0Edit  收藏  举报