Skip to content

Commit

Permalink
Almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
KR-Ravindra committed Oct 27, 2023
1 parent 5fdb925 commit 701cbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/homePage/algoComparision.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const AlgoComparision = ({ multialgo }) => {
};


return <Bar options={options} data={data} style={{ marginRight:'10%',marginLeft:'13%', marginTop: "10%" }} />;
return <Bar options={options} data={data} style={{ marginRight:'10%',marginLeft:'13%', marginTop: "10%" , marginBottom: "10%"}} />;
};

export default AlgoComparision;
1 change: 1 addition & 0 deletions src/components/homePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function HomePage() {
})
.finally(() => {
console.log("Finalised");
setLoading(false);
});

const keywordListData = keywordList(payload);
Expand Down

0 comments on commit 701cbf7

Please sign in to comment.