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

313
Views
ChartJS: How to force redraw after hiding data items clicking on legend?

I've a ChartJS pie chart, where I draw the labels myself. This works fine - until the legend comes into play.

const options = {      
   layout: {
      ...
   },
   plugins: {
      chartLineLabelPlugin: {
         ...
      },
      legend: {
         display: true
      },
   }
};

enter image description here

Using the legend, the user can click on labels and thus hide this single data item. The pie chart is redrawn but the afterDraw function of other plugins is never called.

  1. How can I force to redraw the chart in a way, that the afterDraw is called clicking on legend items?
  2. How can I identify the hidden data items?
about 4 years ago · Juan Pablo Isaza
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!