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/15 03:35:59 UTC

[GitHub] [echarts] ian08005454 opened a new issue #14469: force-layout emphasis issue

ian08005454 opened a new issue #14469:
URL: https://github.com/apache/echarts/issues/14469


   ### Version
   5.0.2
   
   ### Steps to reproduce
   1. 被emphasis 的節點其標籤會變淡就算在emphasis.label 加上顏色還是沒改善
   ``` json
   	emphasis: {
   				focus: 'adjacency',
   				scale: true,
   				lable: {
   					show: true,
   					color: "#121212",
   					fontSize: 20
   				}
   			},
   ```
   ![emphasis front bug](https://user-images.githubusercontent.com/54395128/111098662-f0f69f00-857e-11eb-9481-07100db5b5a7.gif)
   
   2.   發現到兩節點或是關係太過接近時有可能會emphasis到兩個無關聯的節點或線,回復時有機率物件被隱形
   ![emphasis node bug](https://user-images.githubusercontent.com/54395128/111100139-0a4d1a80-8582-11eb-86dc-6547d62b769a.gif)
   
   ### What is expected?
   1.  被 emphasis 點與標籤都會被放大,但顏色和透明度都不變
   2.  如果碰到鄰近的布相關物件會先復原再去強調另一個,而不是強調兩個後指復原其中一個
   
   ### What is actually happening?
   1.  被強調的標籤會被變淡
   2.  兩個物件太接近會強調兩個物件然後指復原其中一個物件
   
   <!-- 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] echarts-bot[bot] commented on issue #14469: force-layout emphasis issue

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






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