Line 24: | Line 24: | ||
fill: none; | fill: none; | ||
stroke: #ccc; | stroke: #ccc; | ||
− | stroke-width: | + | stroke-width: 2.5px; |
} | } | ||
Line 46: | Line 46: | ||
var margin = {top: 20, right: 120, bottom: 20, left: 120}, | var margin = {top: 20, right: 120, bottom: 20, left: 120}, | ||
− | width = | + | width = 800 - margin.right - margin.left, |
height = 800 - margin.top - margin.bottom; | height = 800 - margin.top - margin.bottom; | ||
Revision as of 04:14, 15 October 2016