Incubator-echarts: 怎么配置echarts的dataZoom的高度

Created on 16 Mar 2017  ·  3Comments  ·  Source: apache/incubator-echarts

One-line summary [问题简述]

想将echarts的dataZoom的高度调低,效果如下:
image

Version & Environment [版本及环境]

  • ECharts version [ECharts 版本]: [email protected]
  • Browser version [浏览器类型和版本]:
  • OS Version [操作系统类型和版本]:

Expected behaviour [期望结果]

image

ECharts option [ECharts配置项]


option = {

}

Other comments [其他信息]


Most helpful comment

可以的!文档《配置项手册》里没有 width/height;在《教程-ECharts组件的定位和布局》里有一般规则。

All 3 comments

option = {
    dataZoom: {
          top: 1000,
          bottom: 20,
    },
}

就是需要先计算好位置

可以设置 height 吧?

可以的!文档《配置项手册》里没有 width/height;在《教程-ECharts组件的定位和布局》里有一般规则。

Was this page helpful?
0 / 5 - 0 ratings