modified graficas to show new text size
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user