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

97
Views
How to create a range between series?

Does anyone have an idea how to optimize the series display by adding range between series when there is no value like the picture below.

enter image description here

For exemple between 3500MW and 6500MW there is no value so how to do to in order to compact the series display like in the picture

thank alot for your help : )

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

0

You're looking for yAxis.breaks

yAxis: {
    lineColor: 'black',
    lineWidth: 2,
    title: false,
    tickInterval: 100,
    breaks: [{
        from: 500,
        to: 3000
    }],
    events: {
        pointBreak: pointBreakColumn
    }
},

breaks defines where you would like the breaks to occur in the axis. The pointBreak event allows you to add special styling at the break points (for example, your zigzag line in the image).

about 4 years ago · Juan Pablo Isaza Report

0

I Have tried using yAxis with type: 'logarithmic'? significantly reduce gap between far values. Demo: [https://jsfiddle.net/BlackLabel/vj83L76q/]

Highcharts.chart('container', { chart: { type: 'line' },enter code here yAxis: { type: 'logarithmic' }, series: [{ data: [100, 1000, 2000, 3000, 7000, 20000] }]

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!