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

223
Views
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 answers
Answer question

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 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!