zoukankan      html  css  js  c++  java
  • echarts-反转坐标轴

    yAxis : [
                                {
                                    type: "value",
                                    name: '                 面雨量(mm)',
                                    nameLocation: 'start',  // 设置坐标轴名称显示位置
                                    nameTextStyle: {        // 设置坐标轴名称的样式
                                        color: '#05c1e4',
                                        fontSize: 14
                                    },
                                    offset: 4,
                                    min: 0,
                                    max: 30,
                                    interval: 10,
                                    axisLabel: {
                                        color: "#05c1e4",
                                        fontSize: 12
                                    },
                                    axisLine: {
                                        show: false
                                    },
                                    axisTick: {
                                        show: false
                                    },
                                    inverse: true //反转坐标轴
                                }
                   ]
    
    
    inverse: true //反转坐标轴
    inverse: true //反转坐标轴
    inverse: true //反转坐标轴
     
  • 相关阅读:
    sw
    ++1
    test
    为了
    发送邮件
    新建121212
    29012
    pthread_create/join函数
    recv函数学习
    socketpair用法学习
  • 原文地址:https://www.cnblogs.com/yeminglong/p/14015915.html
Copyright © 2011-2022 走看看