Ovilia commented on code in PR #20865:
URL: https://github.com/apache/echarts/pull/20865#discussion_r2097117516


##########
src/chart/pie/PieSeries.ts:
##########
@@ -278,13 +278,13 @@ class PieSeriesModel extends SeriesModel<PieSeriesOption> 
{
             // 引导线两段中的第一段长度
             length: 15,
             // 引导线两段中的第二段长度
-            length2: 15,
+            length2: 30,
             smooth: false,
             minTurnAngle: 90,
             maxSurfaceAngle: 90,
             lineStyle: {
                 // color: 各异,
-                width: 1,
+                width: 2,

Review Comment:
   Reverted.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to