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

220
Views
Cómo establecer el tamaño del diagrama de caja de Highchart

Estoy haciendo un diagrama de caja en Highchart, que puede mostrar entre 1 y 6 objetos. Desafortunadamente, el gráfico alto escala el ancho del tamaño de la cantidad de objetos, por lo que si bien mi gráfico se ve bien cuando hay 6 objetos, se ve muy mal cuando solo hay 1 o 2 porque el diagrama de caja termina siendo demasiado grande y estirado horizontalmente. ¿Hay alguna manera de arreglar el tamaño para que las cajas se vean iguales sin importar la cantidad de objetos?

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

0

Use la opción maxPointWidth o pointWidth para controlar el ancho del diagrama de caja.

 Highcharts.chart('container', { series: [{ type: 'boxplot', maxPointWidth: 50, data: [ [760, 801, 848, 895, 965] ] }] });

Manifestación:

https://jsfiddle.net/BlackLabel/w86xv14d/

Referencia API:

https://api.highcharts.com/highcharts/series.boxplot.maxPointWidthhttps://api.highcharts.com/highcharts/series.boxplot.pointWidth

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!