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

166
Views
How to set multiple width bar highcharts when plotOptions grouping is false

I have bar charts in highcharts. I want to define 3 different bar widths when "plotOptions" is set to grouping false.

With this code:

plotOptions: {
    bar: {
        grouping: false,
        shadow: false,
        borderWidth: 0,
        borderRadius: 0,
        borderRadiusTopRight: '50%',
        borderRadiusTopLeft: '50%',
        color: ''
    },
}

And 'series':

{
    name: 'a',
    data: [30.6, 27.8, 25.8],
    pointPadding: 0.2,
}, {
    name: 'b',
    data: [21.6, 24.8, 22.3],
    pointPadding: 0.28,
},
{
    name: 'c',
    data: [15.6, 18.8, 17.6],
    pointPadding: 0.36,
}

I have this result: enter image description here

But I want to adjust the width of the 3 bar. For exemple 'a' series 16px 'b' series 8px and 'c' series 3px.

https://jsfiddle.net/u3wvdrzo/

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!