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

168
Views
how to achieve the border of pie chart slices in highcharts?

I know nesting is possible in PieChart but Is it possible to build a similar donut chart as shown in the picture? especially the gap between the slices on the outer donut,

enter image description here

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

0

You can mark all of your data points as sliced, set innerSize and borderColor. For example:

  series: [{
    type: 'pie',
    innerSize: '30%',
    borderWidth: 1,
    borderColor: 'rgba(0,0,0,0.5)',
    data: [{
      y: 23934,
      sliced: true
    }, {
      y: 22503,
      sliced: true
    }, ...]
  }]

Live demo: http://jsfiddle.net/BlackLabel/zpr4hygu/

API Reference: https://api.highcharts.com/highcharts/series.pie

Rotating data labels thread: Rotating dataLabels in a Highcharts pie chart

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!