You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/07/05 08:05:49 UTC

[GitHub] [echarts] 635613589 opened a new issue #15293: toolbox brush and datazoom conflict

635613589 opened a new issue #15293:
URL: https://github.com/apache/echarts/issues/15293


   ### Version
   5.0.2
   
   ### Steps to reproduce
   scene 1:
       1. toolbox contains brush and datazoom, brushMode 'multiple'
       2. after i select single brush on Xaxis, and select datazoom, brushMode became 'multiple'.
   scene 2:
       1. set transformable true
       2. then i couldn`t use datazoom in brush, it will transform brush...
   
   ### What is expected?
   datazoom and brush no conflict
   
   ### What is actually happening?
   1. datazoom and brushmode conflict
   2. datazoom and transformable conflict
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 closed issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 closed issue #15293:
URL: https://github.com/apache/echarts/issues/15293


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 edited a comment on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 edited a comment on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874409621


   https://codepen.io/hanren/pen/OJmMvQX
   
   it proves that scene1 is just my mistake.
   
   above is the scene2 code, as you can see, when i set brush and datazoom both in toolbox, and set brush transformable property TRUE, after i brush on the chart and switch to datazoom, it turns out that i can not zoom my chart, but only can transform the brush area...
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 edited a comment on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 edited a comment on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874414745


   > > https://codepen.io/hanren/pen/OJmMvQX
   > > it proves that scene1 is just my mistake.
   > > above is the scene2 code, as you can see, when i set brush and datazoom both in toolbox, and set brush transformable property TRUE, after i brush on the chart and switch to datazoom, it turns out that i can not zoom my chart, but only can transform the brush area...
   
   and still, i couldn`t use multiple brush after i use datazoom toolbox


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874413984


   > https://codepen.io/hanren/pen/OJmMvQX
   > 
   > it proves that scene1 is just my mistake.
   > 
   > above is the scene2 code, as you can see, when i set brush and datazoom both in toolbox, and set brush transformable property TRUE, after i brush on the chart and switch to datazoom, it turns out that i can not zoom my chart, but only can transform the brush area...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874414745


   > > https://codepen.io/hanren/pen/OJmMvQX
   > > it proves that scene1 is just my mistake.
   > > above is the scene2 code, as you can see, when i set brush and datazoom both in toolbox, and set brush transformable property TRUE, after i brush on the chart and switch to datazoom, it turns out that i can not zoom my chart, but only can transform the brush area...
   
   and still, i couldn`t use multiple brush after i use datazoom toolbox, unless i use it first and datazoom after


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874409621


   > @635613589 Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
   > 
   > _A minimum reproducible demo_ should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-873897991






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-873943190


   somebody help me 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 edited a comment on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 edited a comment on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874409621






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-873943190






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-873897991


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15293:
URL: https://github.com/apache/echarts/issues/15293#issuecomment-874400781


   @635613589 Please provide a minimum reproducible demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] 635613589 closed issue #15293: toolbox brush and datazoom conflict

Posted by GitBox <gi...@apache.org>.
635613589 closed issue #15293:
URL: https://github.com/apache/echarts/issues/15293


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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