earchs X轴一部分显示一部分隐藏

xAxis: [{
                type: 'category',
                boundaryGap: false,
                axisLabel: {
                    textStyle: {
                        color: "rgba(255,255,255,.6)",
                        fontSize: 12,
                    },
                    interval: 0,
            // 数据处理 formatter: function (value, index) {
if ((index + 1) % 5 == 0) { return value; } else { return ''; } } }, axisLine: { lineStyle: { color: 'rgba(255,255,255,.2)' } }, data: currentMonthDayArr }, { axisPointer: {show: false}, axisLine: {show: false}, position: 'bottom', offset: 20, }],

 

posted @ 2021-12-21 15:36  卡农的忧伤ろ◆  阅读(165)  评论(0)    收藏  举报