100pah opened a new issue #11282: Label position is not correct in SVG renderer.
URL: https://github.com/apache/incubator-echarts/issues/11282
 
 
   ### Version
   4.3.0
   
   ### Steps to reproduce
   
   Compare SVG renderer and canvas renderer with the option:
   ```js
   option = {
       xAxis: {},
       yAxis: {},
       series: {
           type: 'scatter',
           symbolSize: 40,
           label: {
               show: true,
               // color: 'green',
               position: 'top'
           },
           data: [[11, 22], [33, 44]]
       }
   };
   ```
   
   ### What is expected?
   Work the same as in canvas renderer.
   
   ### What is actually happening?
   SVG renderer and canvas renderer has diff.
   
   ---
   If have made a fix for it in zrender in months ago, but not tested them 
completely.
   I will create a PR soon.
   
   <!-- 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to