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

200
Views
Can you make a Chart.js Radar Chart's Axises Individual Colors?

Would like to make individual axises different colors, so far have found nothing even close to being able to pick out specific axises in any samples.

enter image description here

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

0

The config for multiple axis:

const config = {
type: 'radar',
data: data,
options: {
  scales: {
    r: {
        angleLines: {
            color: ['rgba(45, 183, 87, 1)', 'rgba(78, 190, 235, 1)', 'rgba(78, 190, 235, 1)', 'rgba(78, 190, 235, 1)', 'rgba(255, 152, 49, 1)', 'rgba(255, 152, 49, 1)', 'rgba(255, 152, 49, 1)','rgba(96, 230, 225, 1)','rgba(96, 230, 225, 1)','rgba(96, 230, 225, 1)', 'rgba(45, 183, 87, 1)','rgba(45, 183, 87, 1)'],
            borderWidth: 5
        }
    }
  },
  elements: {
    line: {
      borderWidth: 3
    },
  }
},

};

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!