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/22 02:53:26 UTC

[GitHub] [echarts] zxflslzyx commented on a change in pull request #15396: fix(radar): fix radar symbol border is scaled

zxflslzyx commented on a change in pull request #15396:
URL: https://github.com/apache/echarts/pull/15396#discussion_r674465757



##########
File path: src/chart/radar/RadarView.ts
##########
@@ -238,6 +238,7 @@ class RadarView extends ChartView {
                 else {
                     symbolPath.useStyle(itemStyle);
                     symbolPath.setColor(color);
+                    symbolPath.style.strokeNoScale = true;

Review comment:
       Excuse me,do you know when this amendment will be published?




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