### 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 -->
Version
4.3.0
Reproduction link
https://codepen.io/daniellycosta/pen/MWWqxPr
Steps to reproduce
It's just put a formatter using
<br/>outsidetooltiplike in the example belowWhat is expected?
break line
What is actually happening?
show
<br/>tagI tested using my application and using apache site example