Update MAPS.md

notes
Matt Huntington 3 years ago committed by GitHub
parent f75660f776
commit c006ad5c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -363,7 +363,7 @@ d3.selectAll('rect').remove(); //remove any previously drawn rectangles
d3.select('svg').append('rect') //draw a rectangle of 0 height/width at the point where the drag started d3.select('svg').append('rect') //draw a rectangle of 0 height/width at the point where the drag started
.attr('x', event.x) .attr('x', event.x)
.attr('y', event.y); .attr('y', event.y);
`` ```
The finished drag behavior: The finished drag behavior:

Loading…
Cancel
Save