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

171
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
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