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

310
Views
HighCharts Line Chart draw y axis line for entire line points and only one line

I tried, combination chart bar and line (ultimately need to develop using react-highcharts)

I have one challenge, need to display highest value drawn line with vertical y-axis

Do we have any option to draw lines(1) for single spline(2) in Highscharts ?

refer image for 1 and 2 (attached image is using excel developed by BA)

enter image description here

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

0

You can add a dummy column series with the same data as spline to create those lines.

{
    type: 'column',
    data: [49.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4],
    showInLegend: false,
    enableMouseTracking: false,
    states: {
      inactive: {
        opacity: 1
      }
    },
    pointWidth: 1,
    color: 'rgb(230, 230, 230)'
  }

Demo: https://jsfiddle.net/BlackLabel/tfqrv296/

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!