modified graficas to show new text size

This commit is contained in:
2026-04-07 12:11:50 -05:00
parent dc75a7b1a7
commit 48805c093e
4 changed files with 5 additions and 5 deletions
@@ -101,7 +101,7 @@ export default function Antiguedad({ filtros }: Props) {
<BarChart
data={dataTransformada}
margin={{ top: 20 }}
margin={{ top: 20 }}
>
<CartesianGrid strokeDasharray="3 3" />
@@ -111,7 +111,7 @@ export default function Antiguedad({ filtros }: Props) {
<Tooltip
formatter={(value) => [`${value}`]}
/>
<Legend />
<Legend wrapperStyle={{ fontSize: 12 }}/>
{tieneAdscripciones ? (
adscripciones.map((ads, i) => (
@@ -84,7 +84,7 @@ export default function Procesador({ filtros }: Props) {
<Tooltip
formatter={(value) => [`${value}`]}
/>
<Legend />
<Legend wrapperStyle={{ fontSize: 12 }}/>
{tieneAdscripciones ? (
adscripciones.map((ads, i) => (
@@ -82,7 +82,7 @@ export default function SistemaOperativo({ filtros }: Props) {
<Tooltip
formatter={(value) => [`${value}`]}
/>
<Legend />
<Legend wrapperStyle={{ fontSize: 12 }}/>
{tieneAdscripciones ? (
adscripciones.map((ads, i) => (
@@ -85,7 +85,7 @@ export default function Uso({ filtros }: Props) {
<Tooltip
formatter={(value) => [`${value}`]}
/>
<Legend />
<Legend wrapperStyle={{ fontSize: 12 }}/>
{tieneAdscripciones ? (
adscripciones.map((ads, i) => (