Incubator-echarts: 如何获取dataZoom缩放的位置

Created on 20 Jul 2017  ·  3Comments  ·  Source: apache/incubator-echarts


如题,目的是:缩放/移动,获取缩放处于的位置,判断当startValue===0时,加载数据。

One-line summary [问题简述]

Version & Environment [版本及环境]

  • ECharts version [ECharts 版本]: v3.62
  • Browser version [浏览器类型和版本]: 微信浏览器
  • OS Version [操作系统类型和版本]:

Expected behaviour [期望结果]

ECharts option [ECharts配置项]


option = {

}

Other comments [其他信息]


Most helpful comment

解决了,通过this.chart.getOption().dataZoom

All 3 comments

解决了,通过this.chart.getOption().dataZoom

myChart.getOption().dataZoom 返回的值 startValue , endValue 与 下图中显示的值不是一样的值

image

比图中显示的2860.15625 , 6764.0625 都大。

这是怎么回事呢?

x轴怎么获取缩放后的起始时间

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LMJS1974 picture LMJS1974  ·  3Comments

Zendic picture Zendic  ·  3Comments

jarben picture jarben  ·  3Comments

771752687 picture 771752687  ·  3Comments

Cyycl picture Cyycl  ·  3Comments