rakshith1997 commented on issue #15741:
URL: https://github.com/apache/echarts/issues/15741#issuecomment-1155085400

   
![image](https://user-images.githubusercontent.com/39569414/173570887-c54ab544-5193-4907-a3f7-a54a5acb7808.png)
   Reproduction link
   https://echarts.apache.org/examples/en/editor.html?c=treemap-simple
   
   Steps to reproduce
   In your example, see link above, insert as option:
   
   option = {
     series: [
       {
         type: 'treemap',
         data: [
           {
             name: 'nodeA',
             value: 10,
             children: [
               {
                 name: 'nodeAa',
                 value: 4
               },
               {
                 name: 'nodeAfddffd fdgdfg dgdgb dffvdfdvdfvfdvdb',
                 value: 6
               }
             ]
           },
           {
             name: ' nodeB7777777777777777777  77777777777777777777777 
77777777777777777',
             value: 20,
             children: [
               {
                 name: 'nodeBa',
                 value: 20,
                 children: [
                   {
                     name: 'nodeBa1',
                     value: 20
                   }
                 ]
               }
             ]
           }
         ]
       }
     ]
   };
   What is expected?
   without overlaping the name should be shown in breadcrumb .
   
   What is actually happening?
   the name inside the breadcrumb is overlaping 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to