Chartjs-How to can I get text inside a chats.js circular chart

1๐Ÿ‘

โœ…

A simple css only solution that worked for me

Replace

.Money{
  font-size: 2rem;
}

With

.Quantity{
  font-size: 2rem;
  margin-top:-5em;
}

enter image description here

Leave a comment