Oops. Added missing .png's and fixed a couple of errors in network.js.

This commit is contained in:
Simon Hunt 2014-10-22 14:54:41 -07:00
parent 4c2b15e265
commit ae968a6681
3 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
d3.json(config.jsonUrl, function (err, data) { d3.json(config.jsonUrl, function (err, data) {
if (err) { if (err) {
alert('Oops! Error reading JSON...\n\n' + alert('Oops! Error reading JSON...\n\n' +
'URL: ' + jsonUrl + '\n\n' + 'URL: ' + config.jsonUrl + '\n\n' +
'Error: ' + err.message); 'Error: ' + err.message);
return; return;
} }
@ -158,8 +158,8 @@
.attr('width', view.width) .attr('width', view.width)
.attr('height', view.height) .attr('height', view.height)
.append('g') .append('g')
.attr('transform', config.force.translate());
// .attr('id', 'zoomable') // .attr('id', 'zoomable')
.attr('transform', config.force.translate())
// .call(d3.behavior.zoom().on("zoom", zoomRedraw)); // .call(d3.behavior.zoom().on("zoom", zoomRedraw));
// function zoomRedraw() { // function zoomRedraw() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB