diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index e674183..201f9af 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -65,10 +65,15 @@ export const getChartOptions = ( title: { display: !!title, color: COLORS.offWhite, - text: title, + text: title.toUpperCase(), + padding: { + top: 0, + bottom: 8, + }, + align: 'start', font: { family: 'Nunito, sans-serif', - size: 18, + size: 12, weight: 'normal', style: 'normal', },