Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

159
Visualizações
How do I change the style of the inner part enclosed by the lines(polar) chart created with highcharts?

Space within the yellow lines I would also like to fill it up with yellow color: chart image

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

Just use area series type instead of line:

  chart: {
    polar: true
  },
  series: [{
    type: 'area',
    data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175]
  }]

Live demo: http://jsfiddle.net/BlackLabel/67oxc5pt/

Docs: https://www.highcharts.com/docs/chart-concepts/series

about 4 years ago · Juan Pablo Isaza Relatório

0

Radar charts in Python with Plotly

For a filled line in a Radar Chart, update the figure created with px.line_polar with fig.update_traces

import plotly.express as px
import pandas as pd
df = pd.DataFrame(dict(
    r=[5, 4, 3, 1, 3],
    theta=['Social','Tech','Environmental',
           'Economical', 'Cultural']))
fig = px.line_polar(df, r='r', theta='theta', line_close=True)
fig.update_traces(fill='toself')
fig.show()

Output image

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda