echars 改变字体颜色

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010615629/article/details/83856151
legend: {
            orient : 'horizontal',
            x : 'center',
            selectedMode : false,
            data:['空','在'],
			textStyle: {
				fontWeight: 'normal',              //标题颜色
				color: '#ffffff'
			},
        },
series : [
            {
                name:'房态统计',
				textStyle: {
					fontWeight: 'normal',              //标题颜色
					color: '#ffffff'
				},
        ]
xAxis : [
            {
                type : 'category',
                data : {$bingtu.riqi},
                axisLabel: {
                    show: true,
                    textStyle: {
                        color: '#fff'
                    }
                }
            }
        ]

猜你喜欢

转载自blog.csdn.net/u010615629/article/details/83856151