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