Commit 6b762e96 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1985 from blockscout/fe-1973

fix homepage chart margin
parents 87ad0189 4f899338
......@@ -14,7 +14,7 @@ interface Props {
caption?: string;
}
const CHART_MARGIN = { bottom: 5, left: 10, right: 10, top: 0 };
const CHART_MARGIN = { bottom: 5, left: 10, right: 10, top: 5 };
const ChainIndicatorChart = ({ data }: Props) => {
const overlayRef = React.useRef<SVGRectElement>(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment