zoukankan      html  css  js  c++  java
  • echarts 修改y轴刻度间隔问题

    其中min、max可以自定义可以动态获取数据

    yAxis : [

                        {
                            type : 'value',
                            axisLine:{show:true,
                            lineStyle:{color:'#ccc'}
                            },
                            axisTick:{
                            show:false,                         
                            },
                            axisLabel:{
                            show:true,
                            inside:true
                            },
                            min:min,
                            max:max,
                            splitNumber:8
                             
                        }
                    ],
  • 相关阅读:
    BPF and eBPF linux
    o-sync-and-o-direct
    linux performance test
    iostat
    MYSQL IO innodb-buffer-pool
    MYSQL file types redo log
    read pread write pwrite open
    CORE DUMP
    linux kernel的中断子系统 softirq
    linux KERNEL 问题
  • 原文地址:https://www.cnblogs.com/snowhite/p/10220282.html
Copyright © 2011-2022 走看看