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

131
Vistas
Ho can I make the react-charts-2 elements responsive? I am having a hard time figuring this out. Can someone please provide m a solution?

This is the code that I have for the Doughnut chart. I am not able to make it responsive. I tried adding external sheets and even inline styles, but nothing is working.

** Update ** It's working now. I used px instead of %, now it's working. But, if there are any alternative efficient solutions then do let me know.

import React from "react";
    import { Doughnut } from "react-chartjs-2";
    
    const data = {
      labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"],
      datasets: [
        {
          label: "# of Votes",
          data: [12, 19, 3, 5, 2, 3],
          backgroundColor: ["red", "blue", "yellow", "green", "purple", "orange"],
          borderColor: ["red", "blue", "yellow", "green", "purple", "orange"],
          borderWidth: 1,
        },
      ],
    };
    
    const DoughnutChart = () => (
      <>
        <Doughnut
          data={data}
          options={{ maintainAspectRatio: false }}
          style={{ width: "250%", height: "150%" }}
        />
      </>
    );
    
    export default DoughnutChart;
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