Skip to content

Commit

Permalink
fix size font labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia authored and marco76tv committed Jun 3, 2024
1 parent cbff5b2 commit fd9bad6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Datas/AnswersChartData.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,18 @@ public function getChartJsBarOptionsJs(string $js):string {
formatter: function(value, ctx) {
return ctx.dataset.data2[ctx.dataIndex];
},
font: {
size: 13,
},
borderWidth: 2,
borderRadius: 4,
padding: 4
},
value: {
align: 'bottom',
font: {
size: 13
},
borderWidth: 2,
borderRadius: 4,
padding: 4
Expand Down

0 comments on commit fd9bad6

Please sign in to comment.