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 2021/07/21 00:57:23 UTC

[GitHub] [echarts] eapatel opened a new issue #15388: Scatter3D label cut off

eapatel opened a new issue #15388:
URL: https://github.com/apache/echarts/issues/15388


   ### Version
   4.0.2
   
   ### Reproduction link
   [https://echarts.apache.org/examples/en/editor.html?c=lines3d-flights&gl=1](https://echarts.apache.org/examples/en/editor.html?c=lines3d-flights&gl=1)
   
   ### Steps to reproduce
   https://echarts.apache.org/examples/en/editor.html?c=lines3d-flights&gl=1
   
   Please consider above example as a reference.
   
   ### What is expected?
   Data labels should not be cut at any angle view.
   
   ### What is actually happening?
   https://echarts.apache.org/examples/en/editor.html?c=lines3d-flights&gl=1
   
   This above example I used in my project. I found that when hovering over a data point on the globe, the data label occasionally shows as cut off at an angle. See below screenshot
   
   ![label_cutoff](https://user-images.githubusercontent.com/47823148/126413705-ebc26822-c9c1-4ac0-a949-e7a3e7155e12.png)
   
   
   <!-- 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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on issue #15388: Scatter3D label cut off

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-893178504


   Is this a bug? If yes, is it possible to solve this or please suggest any alternative solution. 
   
   Thanks in advance for any help.


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-893178504


   Is this a bug? If yes, is it possible to solve this or please suggest any alternative solution. 
   
   Thanks in advance for any help.


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] pissang commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-968572895


   @eapatel Sorry for missing this issue. The only solution I can think of now is set a higher z value for the point using labels. And avoid using long labels as much as possible.


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-968555680


   Can someone please reply? I really need a fix for my project.


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-971161159


   Thanks for replying and sharing solution @pissang. 
   
   I tried to set a higher z-value for the point, however now I'm unable to access globe and legend as the z-value of the point is now higher.


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-923687320


   Can someone please have a look and reply back?


-- 
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: commits-unsubscribe@echarts.apache.org

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] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

Posted by GitBox <gi...@apache.org>.
eapatel commented on issue #15388:
URL: https://github.com/apache/echarts/issues/15388#issuecomment-888745606


   Can someone please have a look and reply back?


-- 
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: commits-unsubscribe@echarts.apache.org

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