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

225
Vistas
Echarts multiple line chart

I'm working on echarts line chart and I figured out that I have an issue with multiple line chart. For example when I have two series with different size (First serie length is 7 and the second one is 1), the chart shows wrong data.

The point on the left is supposed to be on the last day not the first one:

Can someone give me some help about this bug please ?

Thanks.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can set the first six days to 0

 series: [
    {
      name: 'Email',
      type: 'line',
      stack: 'Total',
      data: [120, 132, 101, 134, 90, 230, 210]
    },
    {
      name: 'Union Ads',
      type: 'line',
      stack: 'Total',
      data: [0, 0, 0, 0, 0, 0, 310]
    },
    // Show only the data you need
    {
      name: 'Union Ads',
      type: 'line',
      stack: 'Total',
      data: [['coordinate',200]]
    },

Give me a case that I changed on the official website, and I hope it can be adopted

https://www.makeapie.com/editor.html?c=xAfL5RkD9x&v=1

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