Skip to content

Commit

Permalink
Augmente la taille et l'épaisseur des labels pour le graphique Donut
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Molinos authored and cparthur committed Mar 25, 2024
1 parent 68f300f commit f7c88dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const DonutChart = ({
}
}}
data={isDefaultData() ? defaultData : localData}
theme={theme}
theme={{...theme, labels: {text: {fontSize: 14, fontWeight: 500}}}}
colors={{datum: 'data.color'}}
margin={customMargin ?? {top: 40, right: 50, bottom: 60, left: 50}}
innerRadius={0.5}
Expand Down

0 comments on commit f7c88dd

Please sign in to comment.