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 2019/11/13 13:35:01 UTC

[GitHub] [incubator-echarts] daniellycosta opened a new issue #11638:
tag does not work on label emphasis formatter

daniellycosta opened a new issue #11638: <br/> tag does not work on label emphasis formatter
URL: https://github.com/apache/incubator-echarts/issues/11638
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   [https://codepen.io/daniellycosta/pen/MWWqxPr](https://codepen.io/daniellycosta/pen/MWWqxPr)
   
   ### Steps to reproduce
   It's just put a formatter using `<br/>` outside `tooltip` like in the example below
   
   ```
   label: { 
       normal: {
           show: false,
           position: 'center'
        },
        emphasis: {
           show: true,
           formatter: "{b} <br/> {d}%",
           textStyle: {
           fontSize: '30',
           fontWeight: 'bold',
                           
            }
         }
    }
   ```
   
   ### What is expected?
   break line
   
   ### What is actually happening?
   show `<br/>` tag
   
   ---
   I tested using my application and using apache site example
   
   <!-- 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org