1
  1. Any idea of adding prefix like $ to add before data labels in "chartjs-plugins-datalbels" .

  2. Any idea to move the datalabels to left or right on top of the bar on barchart in "chartjs-plugins-datalbels" .

Any help would be appreciated .

1

1 Answer 1

0
const option ={
plugins: {
  tooltip: {
    callbacks: {
      label: (item) =>
        `${item.label}: ${item.formattedValue}`,
    },
  },

} }

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.