add user registration

This commit is contained in:
Pritimay Sarkar
2023-08-28 17:54:20 +05:30
parent eecc6501df
commit 9893161684
4 changed files with 78 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class TestAnalyticsGraph extends Component {
data.reverse();
var margin = { top: 30, right: 20, bottom: 50, left: 15 },
width = 850 - margin.left - margin.right,
width = 1500 - margin.left - margin.right,
height = 180 - margin.top - margin.bottom;
var svg = d3.select("#tests-count-graph").append('svg')