02. title设置

2023-08-14 17:25:44发布
43
title: {
    text: 'ECharts 入门示例',
    show: true,
    link: 'https://www.baidu.com',
    target: 'self',
    textStyle: {
        color: 'red',
        fontStyle: 'italic',
        fontWeight: 'normal',
        fontFamily: '宋体',
        fontSize: 20,
        lineHeight: 20,
    }
}

title设置指的是这里的title

更多属性的设置请参考这个地址: https://echarts.apache.org/zh/option.html#title