var margin ={ top:20, right:30, bottom:130, left: 40 },
            width = containerWidth - margin.left - margin.right,
            height= 300 - margin.top - margin.bottom+80;