.attr('width', width) // --> .attr('height', height) // --> .append('g') // --> .attr('transform', 'translate(' + width / 2 + ',' + height / 2 + ')'); // --> -->