fix dounut chart tooltip

- add constants
	- add container row in analytics page to reduce scroll
This commit is contained in:
Pritimay Sarkar
2023-07-31 17:24:07 +05:30
parent af54d53f8f
commit fb602e56d7
8 changed files with 53 additions and 22 deletions

View File

@@ -65,7 +65,7 @@ const WorldMap = () => {
}
return (
<svg width={ 800 } height={ 450 } viewBox="0 0 800 450">
<svg width={ '40vw' } height={ '50vh' } viewBox="0 0 800 450">
<g className="countries">
{
geographies.map((d,i) => (