djy2017 commented on issue #4574: echarts 
柱状图使用brush移动框时,每次最终都会停留在柱形中间,什么原因?可以设置成移到哪里停在那里吗?
URL: 
https://github.com/apache/incubator-echarts/issues/4574#issuecomment-448073706
 
 
   我也遇到同样的问题,不过我发现问题是,通过
   
   ` 
   dispatchAction({
     type: 'brush',
     areas: [{ 
         brushType: 'lineX', 
         coordRange: [ 
            [minX, minY] 
        ]
     }]
   })`
   触发后框的边缘在柱状的中间,很尴尬,目前没解决

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to