Feature Proposal
Function for add html tags in to center text.
Feature Use Case
This can help add icons, (example: from font awesome) in middle
Also, You can use tags like <strong>, <small> etc.
For example:

Possible Implementation
Example:
plugins: {
doughnutlabel: {
labels: [
{
html-text: "<strong>" + Total + "</strong>" + " " + "<small>" + "%" + "</small>"
}
]
}
}
Feature Proposal
Function for add html tags in to center text.
Feature Use Case
This can help add icons, (example: from font awesome) in middle

Also, You can use tags like
<strong>,<small>etc.For example:
Possible Implementation
Example: