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 2020/12/27 12:28:55 UTC

[GitHub] [incubator-echarts] realeve opened a new issue #13878: endLabel 尾部跟随标签的偏移及旋转功能无效

realeve opened a new issue #13878:
URL: https://github.com/apache/incubator-echarts/issues/13878


   ### Version
   5.0.0
   
   ### Reproduction link
   [https://echarts.apache.org/next/examples/zh/editor.html?c=line-simple](https://echarts.apache.org/next/examples/zh/editor.html?c=line-simple)
   
   ### Steps to reproduce
   按以下配置 ,endlabel与文档中描述的现象不一致:
   ```js
    option = { 
       grid: {
           left: '3%',
           right: '4%',
           bottom: '3%', 
       }, 
       xAxis: {
           type: 'category',
           boundaryGap: false,
           data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
       },
       yAxis: {
           type: 'value'
       },
       series: [
           {
               name: '邮件营销',
               type: 'line', 
               data: [110, 132, 101, 134, 90, 230, 210],
               endLabel: {
                   show:true, 
                   formatter: '{a}: {b}', 
                   offset:[40,40],
                   rotate:35,  
               }
           } 
       ]
   };
   ```
   
   ### What is expected?
   标签不跑到grid的外面,能够自动调整位置 
   ![image](https://user-images.githubusercontent.com/448208/103170792-16c6ae80-4882-11eb-8afd-fb7359cb3861.png)
   
   ### What is actually happening?
   标签超出grid,无法偏移、无法旋转
   
   <!-- 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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13878: endLabel 尾部跟随标签的偏移及旋转功能无效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13878:
URL: https://github.com/apache/incubator-echarts/issues/13878#issuecomment-751461979


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] realeve closed issue #13878: endLabel 尾部跟随标签的偏移及旋转功能无效

Posted by GitBox <gi...@apache.org>.
realeve closed issue #13878:
URL: https://github.com/apache/incubator-echarts/issues/13878


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] realeve commented on issue #13878: endLabel 尾部跟随标签的偏移及旋转功能无效

Posted by GitBox <gi...@apache.org>.
realeve commented on issue #13878:
URL: https://github.com/apache/incubator-echarts/issues/13878#issuecomment-752087886


   #13896 


----------------------------------------------------------------
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:
users@infra.apache.org



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