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

144
Views
Highchart elimina la Serie 1 del gráfico

Tengo un gráfico de cascada y necesito eliminar la Serie 1 que aparece en el gráfico. Ya pruebo: leyenda: {habilitado: falso}, y showInLegend: falso,

Pero sigue apareciendo.

 chart: { type: 'waterfall' }, title: { text: '' }, exporting: { enabled: false }, credits: { enabled: false }, //colors: ['#DADBDF', '#ED4D5F','#ED4D5F','#ED4D5F','#ED4D5F','#ED4D5F','#D7EAFD','#D7EAFD','#D7EAFD' ], xAxis: { lineColor: '#FFFFFF', lineWidth: 0, gridLineColor: '#DADBDF', categories: [], }, yAxis: { lineColor: '#FFFFFF', lineWidth: 0, gridLineColor: '#DADBDF', plotBands: [{ color: '#000000', // Color value from: 0, // Start of the plot band to: 0 // End of the plot band }], title: { text: '' }, tickPositioner: function () { //set tick interval dynamically (scale) var positions = [], tick = Math.floor(this.dataMin), increment = Math.ceil((this.dataMax - this.dataMin) / 6); if (this.dataMax !== null && this.dataMin !== null) { for (tick; tick - increment <= this.dataMax; tick += increment) { positions.push(tick); } } return positions; } }, legend: { enabled: false }, plotOptions: { column: { dataLabels: { enabled: true, color: '#000000' }, colorByPoint: true, pointWidth: 150 }, series: { borderWidth: 0, dataLabels: { enabled: true, format: '{point.y}' }, turboThreshold: 0 } }, series: [{ data: [], showInLegend: false, zones: [{ value: 0, color: '#ED4D5F' }, { color: '#A9A9A9' }, { color: '#C48634' }, { color: '#696969' },{ color: '#D7EAFD' }], }],

ingrese la descripción de la imagen aquí

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

0

Parece que tiene habilitado un módulo de etiquetas de serie. Desactívelo en la configuración de su gráfico configurando series.label.enabled en false , o elimine la importación de este módulo de su archivo HTML.

 plotOptions: { series: { label: { enabled: false } }

}


Referencia de API: https://api.highcharts.com/highcharts/plotOptions.series.label

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!