add user registration
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user