Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

250
Views
Is there a way to display legend's data over the chart in chart.js?

I've created a pie chart using the chart.js and react-chartjs-2 library but I was wondering if there is a way to display the data over the chart component and not as a tooltip while hovering about each area of the pie chart

What I wanted to do is display the data related to each area over itself, like on top of it.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The options can be added while creating new chart

var pieChart = new Chart(canvas, {
type: "pie",
data: data,
options: {
     legend: {
        display: true,
        position : 'top'
     },
     tooltips: {
        enabled: false
     }
}
});
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!