File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 . attr ( 'stroke' , '#ffffff00' )
4949 . attr ( 'transform' , 'translate(0.59,-0.48)' )
5050
51- /* svg.append('defs')
51+ svg . append ( 'defs' )
5252. append ( 'pattern' )
5353. attr ( 'id' , 'grid' )
5454. attr ( 'x' , '0' )
6363. attr ( 'height' , '2.0118748349721' )
6464. attr ( 'fill' , 'none' )
6565. attr ( 'stroke' , '#999' )
66- .attr('stroke-width', '0.3px')*/
66+ . attr ( 'stroke-width' , '0.3px' )
6767/*svg.append('circle')
6868.attr('fill', 'url(#grid)')
6969.attr('stroke', '#999')
7373.attr('transform', 'translate(0.59,-0.48)')*/
7474
7575
76- /* d3.json("fulldec14topo.json?q=39", function(error, us) {
76+ d3 . json ( "fulldec14topo.json?q=39" , function ( error , us ) {
7777 if ( error ) {
7878 throw error ;
7979 }
8484 . data ( topojson . feature ( us , us . objects . grts ) . features )
8585 . enter ( ) . append ( "path" )
8686 . attr ( "d" , path )
87- })*/
87+ } )
8888 /*
8989 d3.json("q2topo.json?q=39", function(error, us) {
9090 if (error) {
You can’t perform that action at this time.
0 commit comments