nmap icon indicating copy to clipboard operation
nmap copied to clipboard

Graphs Not Displaying

Open jo-zef opened this issue 5 years ago • 5 comments

i have solved this by using the 1.8.37 version of GoJS ( the last compatible version with this tool and i think there is a syntax changing since the 2.0.0 version )

Link : https://cdnjs.cloudflare.com/ajax/libs/gojs/1.8.37/go.js

jo-zef avatar Feb 28 '19 22:02 jo-zef

after using the gojs version 1.8.37 the maps now work but the connectors do not appear. there are squares with each ip but no lines to connect them.

ada3 avatar Mar 05 '19 00:03 ada3

Hi,

I have had some success by downloading https://gojs.net/latest/extensions/Figures.js and then manually including this file in the map.html source.

As of writing, I am not sure if this fixes all issues - I am new to this nmap :-)

Best regards, Rasmus

rasmusroland avatar Mar 07 '19 14:03 rasmusroland

I have the same issues now.and i tried to replace the go.js version ,but it didn't work.

xiaoqin00 avatar Aug 13 '19 05:08 xiaoqin00

Maybe it's because my network's ICMP protocol is blocked.

xiaoqin00 avatar Aug 13 '19 11:08 xiaoqin00

after using the gojs version 1.8.37 the maps now work but the connectors do not appear. there are squares with each ip but no lines to connect them.

same here. also works with using 1.8.38, or latest go.js and the Figures.js extension that rasmusroland mentioned. in the javascript console there is an error that reads:

"Uncaught ReferenceError: $ is not defined at map.html:70"

relevant code is:

var name=
   $(go.Node, "Spot",
     $(go.Panel, "Auto",
       $(go.Shape, "RoundedRectangle",

line 70 is where the first $ is used in the above snippet. located in the map.html output file.

digitalmouse avatar Feb 27 '20 09:02 digitalmouse