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/03/22 01:41:21 UTC

[GitHub] [echarts] zpinocchio opened a new issue #14507: Boxplot legend color seem follows borderColor rather than color

zpinocchio opened a new issue #14507:
URL: https://github.com/apache/echarts/issues/14507


   ### Version
   5.0.2
   
   ### Steps to reproduce
   `this.option.series.push({
                               name:G,
                               type:'boxplot',
                               boxWidth: ['10%',this.boxWidth '%'],
                               itemStyle: {
                                   borderWidth:this.borderWidth,
                                   color:this.option.color[tempIdx],
                                   borderColor:this.option.color[tempIdx],
                                   // borderColor: '#000'
                               },
                               data:boxData
                           })`
   
   the result like this
   ![image](https://user-images.githubusercontent.com/49098424/111929804-610ea300-8af2-11eb-9567-98e3c04b4b33.png)
   
   `
                           this.option.series.push({
                               name:G,
                               type:'boxplot',
                               boxWidth: ['10%',this.boxWidth+'%'],
                               itemStyle: {
                                   borderWidth:this.borderWidth,
                                   color:this.option.color[tempIdx],
                                   // borderColor:this.option.color[tempIdx],
                                   borderColor: '#000'
                               },
                               data:boxData
                           })
   `
   the result like this
   ![image](https://user-images.githubusercontent.com/49098424/111929907-a7640200-8af2-11eb-8d5c-3622cf01b15e.png)
   
   How can I fix this problem,thanks
   
   ### What is expected?
   legend color follows item's color
   
   ### What is actually happening?
   legend color seem follows borderColor rather than color
   
   <!-- 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.

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] Ovilia commented on issue #14507: Boxplot legend color seem follows borderColor rather than color

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


   Boxplot takes border color as default color in series. But you can customize it so that the color and borderColor can be changed to those of series when #14497 be merged. This should be fixed soon.


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

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] zpinocchio closed issue #14507: Boxplot legend color seem follows borderColor rather than color

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


   


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

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] zpinocchio commented on issue #14507: Boxplot legend color seem follows borderColor rather than color

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


   Thanks for your work


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

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 #14507: Boxplot legend color seem follows borderColor rather than color

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


   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 **you have posted enough image to demo your request**. 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.

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