You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/04/11 21:24:03 UTC

[GitHub] matiasfarullaphl opened a new issue #8133: Bar chart stack doesn't update scale values when toggling filters

matiasfarullaphl opened a new issue #8133: Bar chart stack doesn't update scale values when toggling filters
URL: https://github.com/apache/incubator-echarts/issues/8133
 
 
   ### One-line summary [问题简述]
   On bar graphs that stack values if I turn off the filters on a particular order, the graph scale doesn't update.
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: Version 65.0.3325.181 (Official Build) (64-bit)
   + OS Version [操作系统类型和版本]: macOS High Sierra 10.13.1 (17B1003)
   
   ### Expected behaviour [期望结果]
   If I toggle the filters on any order the graph scale should update accordingly.
   
   ### Other comments [其他信息]
   You can see this bug on [the official bar stack example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=bar-y-category-stack).
   
   The scale values (axis X) goes from 0 to 3000.
   If you turn off the first 4 filters from left to right (i.e. 直接访问, 邮件营销, 联盟广告, 视频广告) the scale stays from 0 to 3000.
   But if instead (when all the filters are on) if you toggle from right to left (i.e. 搜索引擎, 视频广告, 联盟广告, 邮件营销) then the scale updates correctly at every filter change.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org