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

174
Views
How to do horizontal box plot, using HighCharts, without inverted?

I need to create box plot using HighCharts. The box plot must be horizontaly placed. Is there a way to accomplish this, without using inverted?

Example: https://jsfiddle.net/m4s0189f/11/

Highcharts.chart('container', {

    chart: {
        type: 'boxplot',
        inverted: true
    },

    title: {
        text: 'Highcharts Box Plot Example'
    },

    legend: {
        enabled: false
    },

    xAxis: {
        categories: ['1'],
        title: {
            text: 'Experiment No.'
        }
    },

    series: [{
        name: 'Observations',
        data: [
            [733, 853, 939, 980, 1080],
        ],
        tooltip: {
            headerFormat: '<em>Experiment No {point.key}</em><br/>'
        }
    }]

});
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!