sebastienGotfroi opened a new issue #14718:
URL: https://github.com/apache/echarts/issues/14718


   ### Version
   5.1.0
   
   ### Steps to reproduce
   Create a chart of type line. 
   Add markpoint min max in the serie one with the symbolRotate at 180 : 
   
                  markPoint: {
                       data: [
                           {type: 'max', name: 'max', symbolSize: 70 },
                           {type: 'min', name: 'min', symbolSize: 70, 
symbolRotate: 180},
                       ]
                   }
   
   ### What is expected?
   The text should be centered when the symbol is upside down
   
   ### What is actually happening?
   The text is not centered
   
   <!-- 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:
[email protected]



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

Reply via email to