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

120
Views
Corte de diseño de Gantt Highcharts

Creé un diagrama de Gantt después de procesar los datos entrantes. Los datos llegan bien, pero la última fila no se muestra correctamente (se corta). Lo he comprobado durante mucho tiempo, pero no puedo resolver el problema.

 Codepen link: https://codepen.io/rohitkatarya7/pen/mdwWaWd

Gracias por adelantado.

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

0

Este problema parece un error en Highhcarts Gantt, puede informarlo aquí: https://github.com/highcharts/highcharts/issues

Como solución temporal, puede volver a calcular los extremos del eje y. Ejemplo:

 chart: { events: { load: function() { var yAxis = this.yAxis[0]; yAxis.setExtremes(null, yAxis.max + 0.5); } } }

Demostración en vivo: http://jsfiddle.net/BlackLabel/uho1rmf3/

Referencia de la API: https://api.highcharts.com/class-reference/Highcharts.Axis#setExtremes

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!