mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-22 08:08:13 +00:00
fix(line-chart): add balance label
This commit is contained in:
parent
e3e61542e6
commit
4719e9d2a5
@ -25,9 +25,9 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
|
||||
data: userGains,
|
||||
borderColor: '#1992D7',
|
||||
backgroundColor: '#f6fbfd',
|
||||
fill: true,
|
||||
tension: 0.4,
|
||||
pointRadius: 0,
|
||||
label: 'Balance',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user