帮助了 AmazingCounters.com 位小伙伴

echars3.0 柱状图y轴字体斜放

 

xAxis: [
                    {
                        type: 'category',
                        axisLabel: {
                            interval: 0,
                            rotate: 45,//倾斜角度设置,是什么时针未测
                            margin: 2 //距离上部的间距
                        },
                        data: dfbmData
                            .map(obj => ({value: obj.name})),
                        axisTick: {
                            alignWithLabel: true
                        }
                    }
                ],

 

 

参考地址:http://cache.baiducontent.com/

posted on 2016-12-27 10:15  云的旋律  阅读(399)  评论(0编辑  收藏  举报

导航

前端攻城狮分享群