Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

98
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda