kkvt
option = {
                color: [\'#57AEFC\'],
                grid: {
                    left: \'3%\',
                    right: \'4%\',
                    bottom: \'3%\',
                    containLabel: true
                },
                xAxis: {
                    data: ["123",\'sad\',"234"],
                    axisLabel: {
                        show: true,
                        textStyle: {
                            color: \'#6E6E6E\',
                        },
                        fontSize: \'0.2rem cursive\',//字体大小
                    },
                },
                yAxis: {
                    gridIndex: 0,
                    min: 0,
                    //max:30,
                    //interval:10,
                    axisLabel: {
                        show: true,
                        textStyle: {
                            color: \'#6E6E6E\',
                        },
                        fontSize: \'0.2rem cursive\',//字体大小
                    },
                    axisLine: {
                        show: false
                    },
                },
                series: [{
                    type: \'bar\',
                    data: [12,3,4],
                    barWidth: \'60%\',
                }],
                legend: {
                    show: true,
                }
            }

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-04-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-08-06
  • 2022-02-27
  • 2021-10-15
  • 2021-11-14
相关资源
相似解决方案