chartjs-plugin-datalabels icon indicating copy to clipboard operation
chartjs-plugin-datalabels copied to clipboard

Add ability to style text

Open GiampaoloF95 opened this issue 1 year ago • 0 comments

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: Screenshot from 2025-01-10 16-06-59

GiampaoloF95 avatar Jan 10 '25 15:01 GiampaoloF95