sz-p commented on code in PR #20562:
URL: https://github.com/apache/echarts/pull/20562#discussion_r1883736133


##########
src/component/legend/LegendView.ts:
##########
@@ -404,7 +404,8 @@ class LegendView extends ComponentView {
         }
         else {
             // Use default legend icon policy for most series
-            const rotate = legendIconType === 'inherit' && 
seriesModel.getData().getVisual('symbol')
+            const rotate = (!legendIconType || legendIconType === 'inherit')

Review Comment:
   OK I will test more.



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