Oops. Added missing .png's and fixed a couple of errors in network.js.
Showing
3 changed files
with
2 additions
and
2 deletions
... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
59 | d3.json(config.jsonUrl, function (err, data) { | 59 | d3.json(config.jsonUrl, function (err, data) { |
60 | if (err) { | 60 | if (err) { |
61 | alert('Oops! Error reading JSON...\n\n' + | 61 | alert('Oops! Error reading JSON...\n\n' + |
62 | - 'URL: ' + jsonUrl + '\n\n' + | 62 | + 'URL: ' + config.jsonUrl + '\n\n' + |
63 | 'Error: ' + err.message); | 63 | 'Error: ' + err.message); |
64 | return; | 64 | return; |
65 | } | 65 | } |
... | @@ -158,8 +158,8 @@ | ... | @@ -158,8 +158,8 @@ |
158 | .attr('width', view.width) | 158 | .attr('width', view.width) |
159 | .attr('height', view.height) | 159 | .attr('height', view.height) |
160 | .append('g') | 160 | .append('g') |
161 | + .attr('transform', config.force.translate()); | ||
161 | // .attr('id', 'zoomable') | 162 | // .attr('id', 'zoomable') |
162 | - .attr('transform', config.force.translate()) | ||
163 | // .call(d3.behavior.zoom().on("zoom", zoomRedraw)); | 163 | // .call(d3.behavior.zoom().on("zoom", zoomRedraw)); |
164 | 164 | ||
165 | // function zoomRedraw() { | 165 | // function zoomRedraw() { | ... | ... |
web/gui/src/main/webapp/opt.png
0 → 100644
1.48 KB
web/gui/src/main/webapp/pkt.png
0 → 100644
2.07 KB
-
Please register or login to post a comment