chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Add ability to style text
Simple text parsing to add some basic text styling. With this PR it's possible to add bold or italic into the text.
example:
formatter: function(value) {
return 'normal text **bold text** *italic text*';
}
will look something like this: