add location

This commit is contained in:
Pritimay Sarkar
2023-07-31 18:04:44 +05:30
parent fb602e56d7
commit ba7c8e9d2f
6 changed files with 34 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class TestAnalyticsGraph extends Component {
data.reverse();
var margin = { top: 20, right: 20, bottom: 30, left: 50 },
var margin = { top: 60, right: 20, bottom: 30, left: 50 },
width = 450 - margin.left - margin.right,
height = 200 - margin.top - margin.bottom;