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

Fix Brush X-position

parent 94bb2dc2
No related branches found
No related tags found
1 merge request!507Delrifai/#394 2 add charts to balance history
Pipeline #112375 canceled
This commit is part of merge request !507. Comments created here will be created in the context of that merge request.
......@@ -246,7 +246,7 @@ const BalanceHistoryChart: React.FC<BalanceHistoryChartProps> = ({
travellerWidth={10}
tickFormatter={(value) => moment(value).format("MMM D")}
y={380}
x={80}
x={50}
className="text-xs"
/>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment