ECharts 的柱状图显示

echarts 柱状图很低,解决办法

加入:

grid: {
                        top: '8%',
                        left: '2%',
                        right: '2%',
                        bottom: '0%',
                        containLabel: true
                    },

另外

    yAxis: {
                        type: 'value',
                        axisTick: {
                            show: false
                        },
                        splitLine: {
                            show: false
                        },
                        splitNumber: 4,
                        axisLabel: {
                            textStyle: {
                                color: '#ffffff'
                            }
                        }
                    },

 splitNumber: 4, 指Y轴显示多少个数值刻度

上一篇:echarts的toolbox五个小工具


下一篇:用公司测试数据做的一个展示大屏