Skip to content

Commit

Permalink
fix(ui): remove space (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri authored Jul 2, 2024
1 parent bfcd273 commit c092d14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function chartOptions(title, dataset) {
formatter: (el) => (el.data.count > 0) ? `${el.data.count}\n(${numberFormatter().format(el.data.percentage)}%)` : '',
},
},

],
};
options.grid.top = 25;
Expand Down

0 comments on commit c092d14

Please sign in to comment.