其他分享
首页 > 其他分享> > legend两列时文字宽度设置

legend两列时文字宽度设置

作者:互联网

 

 

 

 

必须指定backgroundColor背景色width才能生效
legend: {
        orient: 'horizontal',
        right: 10,
        left: '79%',
        top: '3%',
        bottom: '7%',
        icon:'roundRect',
        itemHeight: 3,
        itemWidth: 27,
        itemGap: 12,// 各个item之间的间隔,单位px,默认为10,
        textStyle: { //图例文字的样式
            fontSize: 11,
            fontWeight:400,
            backgroundColor : '#fff',//指定背景色后width生效
            width:35,
            height:11
                },
        x: 'center',// 水平安放位置,默认为全图居中,可选为:
        data: [ '环境','测点1','测点2','测点3','测点4','测点5','测点6','测点7','测点8','测点9','测点10','测点11','测点12','测点13','测点14','测点15','测点16','测点17','测点18','测点19','测点20','测点21']
    },

 

222

 

标签:11,10,width,宽度,backgroundColor,两列,测点,legend
来源: https://www.cnblogs.com/ooip/p/14678554.html