Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

161
Vistas
ApexCharts: radar chart fill and stroke

Using ApexCharts, I have the following options

    this.chartOptions = {
      xaxis: {
        labels: {
          show: true,
          style: {
            fontSize: '12px',
            fontWeight: 700
          },
        },
      },
      yaxis: {
        show: false
      },
      series: [
        {
          data: [8, 7, 10, 8, 16, 9, 10, 5]
        },
        {
          data: [9, 15, 10, 10, 15, 11, 14, 10]
        },
        {
          data: [8, 15, 9, 10, 15, 11, 13, 10]
        },
      ]
      chart: {
        type: 'radar',
        toolbar: {
          show: false
        }
      },
      markers: {
        size: 0,
        strokeWidth: 0
      },
      fill: {
         colors: ['#157FF8', '#16B264', '#FF576F']
      },
      stroke: {
        show: true,
        width: [6, 1, 1],
        colors: ['#157FF8', 'transparent', 'transparent']
      },
      plotOptions: {
        radar: {
          polygons: {
            fill: {
              colors: ['#fff']
            }
          }
        }
      },
      legend: {
        show: false
      }
    };

I would expect that the strokes of my graphs would be 6 for the first series and 1 for the next two, but they're all 6.

How do I set the stroke widths of a radar chart with multiple data entries?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda