码迷,mamicode.com
首页 > 其他好文 > 详细

echarts x轴或y轴文本字体颜色改变

时间:2017-01-10 11:25:40      阅读:933      评论:0      收藏:0      [点我收藏+]

标签:颜色   form   text   for   type   pre   label   formatter   sla   

1:x轴文本字体颜色改变

xAxis : [
                    {
                        type : ‘category‘,
                        data : [‘<30‘,‘30-‘,‘40-‘,‘50-‘,‘60-‘,‘>=70‘],
                        axisLabel: {
                            show: true,
                            textStyle: {
                                color: ‘#fff‘
                            }
                        }
                    }
                ]

2:y轴文本字体颜色改变

yAxis : [
                    {
                        type : ‘value‘,
                        name : ‘%‘,
                        axisLabel : {
                            formatter: ‘{value}‘,
                            textStyle: {
                                color: ‘#fff‘
                            }
                        }
                    }
        ]

 

echarts x轴或y轴文本字体颜色改变

标签:颜色   form   text   for   type   pre   label   formatter   sla   

原文地址:http://www.cnblogs.com/cocozj945/p/6268460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!