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

201
Views
Plotly Js bug? Whenever I add ids to my chart, it conflicts with the chart

I am quite new to Plotly and I am trying to create a radar chart using Plotly. I have a problem with the chart when I add a IDs trace within my chart. The points and text disappear when I add IDs within my chart.

Without ID trace:

data = [
  {
  type: 'scatterpolar',
  r: [39, 28, 8, 7, 28, 39],
  theta: ['A','B','C', 'D', 'E', 'A'],
   text:['A','B','C', 'D', 'E', 'A'],
   mode: 'markers+lines+text',
  fill: 'toself',
  name: 'Group A'
  }

Without ids trace

data = [{type: 'scatterpolar',
    r: [39,19,9,49,3],
    theta: [A,B,C,D,E],
    text: ['testing 1','testing 2','testing 3','testing 4','testing 5'],
    ids: [1,2,3,4,5],
    fill: "toself",
    name: 'Testing 1',
    mode: 'markers+line+text'
}]

With ids trace

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!