直角坐标系图表:柱状图,折线图,散点图

  • 配置一:网格grid
  • 配置二:坐标轴axis
  • 配置三:区域缩放dataZoom

    网格grid

  • show 是否显示

  • borderWidth 宽度
  • borderColor 颜色
  • left 位置
  • top 位置
  • right 位置
  • bottom 位置
  • width 大小
  • height 大小

    坐标轴axis

  • type 坐标轴类型

  • data 配合type中的’category’类目轴使用
  • position 位置

    区域缩放dataZoom

  • type:’slider’ 类型,可选值’inside’

  • xAxisIndex:0
  • yAxisIndex:0
  • start:0 指明初始情况
  • end:50