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

226
Views
¿Cómo aumentar la altura de las bandas?

He creado un embudo con el siguiente script.

 Highcharts.chart('container', { chart: { type: 'funnel' }, title: { text: 'Sales funnel' }, plotOptions: { series: { dataLabels: { enabled: true, format: "Sales Chart:<br>{point.name}<br>Cart: {point.value:,.0f}<br>New Users: {point.unique:,.0f}<br>Total Orders Rate: {point.cr}%", softConnector: true, inside: true, }, neckHeight: "0%", neckWidth: "80%", width: '15%', reversed: true, } }, legend: { enabled: false }, series: [{ name: 'Unique users', keys: ["name", "y", "value", "unique", "did", "cr"], data: [ ['Website visits', 1, 659, 541, '1', '1.31'], ['Downloads', 1, 392, 288, '38', '0.70'], ['Requested price list', 1, 562, 467, '101', '1.13'], ['Invoice sent', 1, 338, 282, '97', '0.68' ], ['Finalized', 1, 77, 59, '25', '0.14' ] ] }], });

jsfiddle: https://jsfiddle.net/kiranuk/xhfbyj64/

La banda parece abarrotada. ¿Cómo puedo aumentar la altura de las bandas?

ingrese la descripción de la imagen aquí

Gracias por la ayuda.

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

0

Necesita aumentar la altura del gráfico. Por ejemplo:

 chart: { type: 'funnel', height: 600 }

Demostración en vivo: https://jsfiddle.net/BlackLabel/a6sr93fo/

Referencia de la API: https://api.highcharts.com/highcharts/chart.height

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!