aterilio opened a new issue #10951: toolbox title is cut by parent container
URL: https://github.com/apache/incubator-echarts/issues/10951
 
 
   
   * previous version (probably 2.0.2)
   
   <img width="129" alt="image1" 
src="https://user-images.githubusercontent.com/29734929/62302734-cf35ca80-b4b5-11e9-9b8a-c5a2ec39db15.png";>
   
   * lastest version (4.2.1)
   
   <img width="150" alt="image2" 
src="https://user-images.githubusercontent.com/29734929/62302973-42d7d780-b4b6-11e9-95d1-a589cfa294e1.png";>
   
   ### Version
   4.2.1
   
   ### Steps to reproduce
   <pre><code>var option = {
        toolbox: {
                show: true,
                itemSize: 20,
                itemGap: 13,
                feature: {
                        saveAsImage: {
                                show: true,
                                title: 'Save as Image'
                        }
                }
        }
   }</code></pre>
   
   If I create a toolbox with the above options,
   the title will be truncated and only 'Save as Im' will be shown.
   
   In previous versions (see section 'GlobalRequire.version = '2.0.2', probably 
2.0.2),
   the position was adjusted appropriately and was not cut.
   
   ### What is expected?
   toolbox's title not to be truncated (appropriate positioning)
   
   ### What is actually happening?
   toolbox's title was cut (only visible 'Save as Im')
   
   ---
   Additionally , I wanna set each different info for icon, iconStyle and 
emphasis in toolbox's magictype element..
   (for now, I'm making a custom button and using it.)
   
   <!-- 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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to