Compare commits

...

2 Commits

Author SHA1 Message Date
Rajat-Dabade
3ca942400e fix: hight issue of legend 2023-12-28 17:21:37 +05:30
Rajat-Dabade
f9fa99565d fix: legend going out of graph container 2023-12-27 17:45:00 +05:30

View File

@@ -151,7 +151,7 @@ function GridCardGraph({
);
return (
<div style={{ height: '100%', width: '100%' }} ref={graphRef}>
<div style={{ height: '90%', width: '100%' }} ref={graphRef}>
{isEmptyLayout ? (
<EmptyWidget />
) : (