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 2022/04/14 13:44:56 UTC

[GitHub] [echarts] mpolverini opened a new issue, #16889: [Bug] Breadcrumb does not trunc overflowing labels in treemaps

mpolverini opened a new issue, #16889:
URL: https://github.com/apache/echarts/issues/16889

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/Ovilia/pen/dyYWXWM
   
   ### Steps to Reproduce
   
   1. Open up the "Basic Treemap" example at [https://echarts.apache.org/examples/en/editor.html?c=treemap-simple](url)
   2. Add minimum configuration for handling too long labels in breacrumb items:
   `
   series: [  
       {  
         type: 'treemap', 
         breadcrumb: {
           itemStyle: {
             textStyle: {
               width: 35,
               overflow: "truncate"
             }
           }
         },
   [...]
   `
   
   ### Current Behavior
   
   Label truncation does not appear to occur.
   The option to set the maximum breadcrumb width works well.
   The label simply overlaps the others in the previous elements of the breadcrumb.
   
   ### Expected Behavior
   
   The expected behavior is that the label is confined inside the breadcrumb element and all the overflowing portion is simply cut off and replaced by the ellipsis.
   
   ### Environment
   
   ```markdown
   - OS: Windows 10/Windows 11/Ubuntu 20.04.4
   - Browser: Chrome 99
   - Framework: Vue@2
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


Re: [I] [Bug] Breadcrumb does not trunc overflowing labels in treemaps [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #16889: [Bug] Breadcrumb does not trunc overflowing labels in treemaps
URL: https://github.com/apache/echarts/issues/16889


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


Re: [I] [Bug] Breadcrumb does not trunc overflowing labels in treemaps [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16889:
URL: https://github.com/apache/echarts/issues/16889#issuecomment-2068198943

   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!


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


Re: [I] [Bug] Breadcrumb does not trunc overflowing labels in treemaps [echarts]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #16889:
URL: https://github.com/apache/echarts/issues/16889#issuecomment-2053761170

   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


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