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/08/18 08:07:25 UTC

[GitHub] [echarts] 14glwu opened a new issue #15554: Can brush component support different brushStyle for different areas?

14glwu opened a new issue #15554:
URL: https://github.com/apache/echarts/issues/15554


   ### What problem does this feature solve?
   In many case, we need to set brushStyle for different area.
   For example, select an normal area and select an error area to compare.
   So we need brushStyle to support multiple area.
   
   ### What does the proposed API look like?
   brushStyle can support array format.
   ```
   brushStyle: [{
       borderWidth: 1,
       color: 'rgba(120,140,180,0.3)',
       borderColor: 'rgba(120,140,180,0.8)'
   }]
   ```
   
   <!-- 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] MeMeMax commented on issue #15554: Can brush component support different brushStyle for different areas?

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


   @pissang markArea is not what we need. The user needs the ability to select areas on the chart. Therefore brushes would be perfect. But we also need to change the color of the brushes. As the original poster said. We want to mark e.g. normal and abnormal areas. With markArea I also canΒ΄t change the position of the area as a user.


-- 
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] 14glwu commented on issue #15554: Can brush component support different brushStyle for different areas?

Posted by GitBox <gi...@apache.org>.
14glwu commented on issue #15554:
URL: https://github.com/apache/echarts/issues/15554#issuecomment-906134497


   > Seems what you need is `markArea` component
   
   Thanks for your reply, do you means I should use `markArea`, and set `markArea` draggable.


-- 
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 #15554: Can brush component support different brushStyle for different areas?

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


   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 to 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] pissang commented on issue #15554: Can brush component support different brushStyle for different areas?

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


   Seems what you need is `markArea` component


-- 
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 #15554: Can brush component support different brushStyle for different areas?

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


   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 to 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