“首页”的预览图-崩啦!!!echarts 配置项内容和展示

配置项如下
      option = {
    title: {
        text: '“首页”的预览图-崩啦!!!',
        x:'20%',
        y:'40%',
    
        textStyle:{
            color :'#ff0000',
            fontWeight :'bold',
            fontSize :64,
            textBorderColor :'#555555',
            textBorderWidth :10,
        },
    },
    xAxis: {
        show:false
    },
    yAxis: {
        show:false
    },
};
    
截图如下