Commit 4f899338 authored by isstuev's avatar isstuev

fix homepage chart margin

parent 12f0d9c7
......@@ -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