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

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?c=sunburst-borderRadius
   
   ### Steps to Reproduce
   
   add formatter in sunburst label in the following link:
   option = {
     series: {
       type: 'sunburst',
       data: data,
       radius: [60, '90%'],
       itemStyle: {
         borderRadius: 7,
         borderWidth: 2
       },
       label: {
         show: true,
         formatter: '{b}: {d}%',
       }
     }
   };
   
   ### Current Behavior
   
   cannot show {d}% in chart
   
   ### Expected Behavior
   
   show {d}% in charts correctly
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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: [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