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/02/05 06:16:58 UTC

[GitHub] [echarts] xiaolannuoyi opened a new issue #14219: legend.textStyle.width Can text overflow when maximum width is set

xiaolannuoyi opened a new issue #14219:
URL: https://github.com/apache/echarts/issues/14219


   ### What problem does this feature solve?
   Can text overflow when maximum width is set
   
   ### What does the proposed API look like?
   legend.textStyle.maxWidth
   
   <!-- 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] [echarts] echarts-bot[bot] commented on issue #14219: legend.textStyle.width Can text overflow when maximum width is set

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


   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] [echarts] echarts-bot[bot] commented on issue #14219: legend.textStyle.width Can text overflow when maximum width is set

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


   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] [echarts] xiaolannuoyi commented on issue #14219: legend.textStyle.width Can text overflow when maximum width is set

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


   Demo has been provided [https://codepen.io/xiaolannuoyi/pen/abBNEzR?editors=0010](url)
   `legend.textStyle.width` is a fixed length,I want the maximum length,`legend.textStyle.maxWidth`,
   When the length of the text is short, it is auto, when it is long, it exceeds the maximum length, and the text overflow is displayed.
   <img width="801" alt="WechatIMG12351" src="https://user-images.githubusercontent.com/21079721/107136713-c2165900-6940-11eb-80c0-0701f7d23168.png">
   
   but, I want
   <img width="804" alt="WX20210207-122301@2x" src="https://user-images.githubusercontent.com/21079721/107136726-d8bcb000-6940-11eb-8aa3-545cb78fbb78.png">
   


----------------------------------------------------------------
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] [echarts] echarts-bot[bot] commented on issue #14219: legend.textStyle.width Can text overflow when maximum width is set

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


   @xiaolannuoyi Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.


----------------------------------------------------------------
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] [echarts] xiaolannuoyi edited a comment on issue #14219: legend.textStyle.width Can text overflow when maximum width is set

Posted by GitBox <gi...@apache.org>.
xiaolannuoyi edited a comment on issue #14219:
URL: https://github.com/apache/echarts/issues/14219#issuecomment-774595465


   Demo has been provided [https://codepen.io/xiaolannuoyi/pen/abBNEzR?editors=0010](https://codepen.io/xiaolannuoyi/pen/abBNEzR?editors=0010)
   `legend.textStyle.width` is a fixed length,I want the maximum length,`legend.textStyle.maxWidth`,
   When the length of the text is short, it is auto, when it is long, it exceeds the maximum length, and the text overflow is displayed.
   <img width="801" alt="WechatIMG12351" src="https://user-images.githubusercontent.com/21079721/107136713-c2165900-6940-11eb-80c0-0701f7d23168.png">
   
   but, I want
   <img width="804" alt="WX20210207-122301@2x" src="https://user-images.githubusercontent.com/21079721/107136726-d8bcb000-6940-11eb-8aa3-545cb78fbb78.png">
   


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