Skip to content
Snippets Groups Projects
Commit 04e1d0c0 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #499 - Increase stroke width on line

parent 2429990e
No related branches found
No related tags found
1 merge request!601Delrifai/#499 remove gridlines
Pipeline #119097 canceled
......@@ -215,6 +215,7 @@ const BalanceHistoryChart: React.FC<BalanceHistoryChartProps> = ({
left: isMobile ? 0 : 10,
bottom: isMobile ? 100 : 60,
}}
>
<XAxis
dataKey="timestamp"
......@@ -244,6 +245,7 @@ const BalanceHistoryChart: React.FC<BalanceHistoryChartProps> = ({
type="monotone"
dataKey="balance"
stroke={colorMap[selectedCoinType]}
strokeWidth={2}
activeDot={{ r: 6 }}
name={selectedCoinType}
dot={false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment