Skip to content

Commit

Permalink
ref #69 fix etiquette en blanc
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Oct 7, 2022
1 parent 7f8f499 commit 080f249
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/modules/restitution2/process/graph-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ const seriesSimple = (data, typeGraph, text) => {
useHTML: true,
y: d.count,
color: null
}))
})),
dataLabels: {
style: {
fontSize: "1em",
fontWeight: 1,
color: 'black'
},
},
}
];

Expand Down

0 comments on commit 080f249

Please sign in to comment.