Skip to content

Commit

Permalink
fix(graph): display mail count of graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jun 28, 2024
1 parent 3d51111 commit 1a9b886
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/graphs/response-by-admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ const AdminResponseGraph = ({
title: {
text: "Nombre de mail envoyé",
},
plotOptions: {
pie: {
dataLabels: {
enabled: true,
format: "{point.name}: {point.y}",
},
},
},
series: [
{
name: "Mail de réponse depuis le guichet",
Expand Down

0 comments on commit 1a9b886

Please sign in to comment.