diff --git a/frontend/src/actions/ilabActions.js b/frontend/src/actions/ilabActions.js index 49c8088..6a07308 100644 --- a/frontend/src/actions/ilabActions.js +++ b/frontend/src/actions/ilabActions.js @@ -230,7 +230,7 @@ export const fetchMultiGraphData = (uids) => async (dispatch, getState) => { response.data.layout["showlegend"] = true; response.data.layout["responsive"] = "true"; response.data.layout["autosize"] = "true"; - response.data.layout["legend"] = { x: 0, y: 1 }; + response.data.layout["legend"] = { x: 0, y: 1.5 }; const graphData = []; graphData.push({ data: response.data.data, diff --git a/frontend/src/components/templates/ILab/IlabCompareComponent.jsx b/frontend/src/components/templates/ILab/IlabCompareComponent.jsx index 12fc1d8..161d39f 100644 --- a/frontend/src/components/templates/ILab/IlabCompareComponent.jsx +++ b/frontend/src/components/templates/ILab/IlabCompareComponent.jsx @@ -79,7 +79,7 @@ const IlabCompareComponent = () => { type={"ilab"} /> -
+
{isGraphLoading ? (
) : graphDataCopy?.length > 0 &&