When viewing the chart on mobile devices, I notice that the drilldown data label for my pie chart is being truncated with ellipses. My goal is to adjust the styles so that the entire word "streaming" is displayed without any dots cutting off the bottom part of the word. Any suggestions on how to achieve this would be greatly appreciated.
Here are the current styles I am using:
drilldown: {
activeDataLabelStyle: {
color: 'black',
fontSize: '14px',
}
}