fix(line-chart): add balance label

This commit is contained in:
RadoslavDimchev 2024-04-23 20:52:56 +03:00 committed by Emil Ivanichkov
parent e3e61542e6
commit 4719e9d2a5

View File

@ -25,9 +25,9 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
data: userGains,
borderColor: '#1992D7',
backgroundColor: '#f6fbfd',
fill: true,
tension: 0.4,
pointRadius: 0,
label: 'Balance',
},
],
}