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

154
Views
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
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!