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/05/13 04:23:48 UTC

[GitHub] [echarts] yunyeop opened a new issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

yunyeop opened a new issue #14933:
URL: https://github.com/apache/echarts/issues/14933


   ### What problem does this feature solve?
   set legend icon color
   
   ### What does the proposed API look like?
   I used version is ^4.8.0
   ```javascript
   data: [
     {
       name: 'symbol',
       itemStyle: {
         color: 'red'
       },
     },
   ]
   ```
   
   <!-- 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] yunyeop edited a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   ![image](https://user-images.githubusercontent.com/62085485/118434686-6fef8b80-b718-11eb-8a79-a1c79c9d9158.png)
   borderColor also doesn't work.
   And I need a way to change the shape color, not the borderColor


-- 
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] yunyeop edited a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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






-- 
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] yunyeop removed a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

Posted by GitBox <gi...@apache.org>.
yunyeop removed a comment on issue #14933:
URL: https://github.com/apache/echarts/issues/14933#issuecomment-841986045


   ![image](https://user-images.githubusercontent.com/62085485/118434686-6fef8b80-b718-11eb-8a79-a1c79c9d9158.png)
   borderColor also doesn't work.
   And I need a way to change the shape color, not the borderColor


-- 
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] pissang commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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






-- 
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] yunyeop commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   I will attach a picture for easy explanation.
   
   this image is version v5
   url: https://echarts.apache.org/examples/en/editor.html?c=tree-legend
   ![image](https://user-images.githubusercontent.com/62085485/118085723-cfd6f100-b3fd-11eb-8ef0-c2b1ee5ecc4d.png)
   
   this image is version v4
   ![image](https://user-images.githubusercontent.com/62085485/118085966-31975b00-b3fe-11eb-8bc8-1e0d0a877753.png)
   It's doesn't working.......
   Is there any way to use in v4?
   
   
   
   


-- 
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] yunyeop commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   > v4 `borderColor`대신 설정을 시도 할 수 있습니다.`color`
   
   ![image](https://user-images.githubusercontent.com/62085485/118434686-6fef8b80-b718-11eb-8a79-a1c79c9d9158.png)
   borderColor also doesn't work.
   And I need a way to change the shape color, not the borderColor


-- 
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] yunyeop removed a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

Posted by GitBox <gi...@apache.org>.
yunyeop removed a comment on issue #14933:
URL: https://github.com/apache/echarts/issues/14933#issuecomment-841986045


   ![image](https://user-images.githubusercontent.com/62085485/118434686-6fef8b80-b718-11eb-8a79-a1c79c9d9158.png)
   borderColor also doesn't work.
   And I need a way to change the shape color, not the borderColor


-- 
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] yunyeop edited a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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






-- 
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 #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   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.

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] yunyeop edited a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   I will attach a picture for easy explanation.
   
   this image is version v5
   It works fine on the v5
   url: https://echarts.apache.org/examples/en/editor.html?c=tree-legend
   ![image](https://user-images.githubusercontent.com/62085485/118085723-cfd6f100-b3fd-11eb-8ef0-c2b1ee5ecc4d.png)
   
   this image is version v4
   url: https://echarts.apache.org/v4/examples/en/editor.html?c=tree-legend
   ![image](https://user-images.githubusercontent.com/62085485/118085966-31975b00-b3fe-11eb-8bc8-1e0d0a877753.png)
   It's doesn't working.......
   Is there any way to use in v4?
   
   
   
   


-- 
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] pissang commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   You can try setting `borderColor` instead of `color` in v4


-- 
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] yunyeop commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   ![image](https://user-images.githubusercontent.com/62085485/118434527-30c13a80-b718-11eb-9682-dc7ae82925b9.png)
   borderColor also doesn't work.
   And I need a way to change the shape color, not the borderColor


-- 
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] pissang removed a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

Posted by GitBox <gi...@apache.org>.
pissang removed a comment on issue #14933:
URL: https://github.com/apache/echarts/issues/14933#issuecomment-842024853


   @yunyeop Another way is to change the `symbol` option from the default `'emptyCircle'` to `'circle'`. 


-- 
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] yunyeop edited a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   > 유일한 방법은 v5로 업그레이드하는 것입니다.
   
   okay.. Thanks


-- 
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] yunyeop commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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






-- 
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] yunyeop closed issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   


-- 
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] yunyeop closed issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   


-- 
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] pissang removed a comment on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

Posted by GitBox <gi...@apache.org>.
pissang removed a comment on issue #14933:
URL: https://github.com/apache/echarts/issues/14933#issuecomment-842024853


   @yunyeop Another way is to change the `symbol` option from the default `'emptyCircle'` to `'circle'`. 


-- 
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] yunyeop commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   > 유일한 방법은 v5로 업그레이드하는 것입니다.
   
   okay..


-- 
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] pissang commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   @yunyeop Another way is to change the `symbol` option from the default `'emptyCircle'` to `'circle'`. 


-- 
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] pissang commented on issue #14933: In the tree graph. The color of the legend icon does not change. Can you help?

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


   I'm afraid the only way is to upgrade to v5. 


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