auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

Highlight outgoing links is not working when node has Special Characters and spaces #5

Open npradeep opened 11 years ago

npradeep commented 11 years ago

Hi,

I have a problem with outgoing links not highlighted, i found the issue with special characters in node. If any case the node having with special characters and spaces it never highlighting outgoing links. So can you please help me on this ASAP.

Thanks.!

auchenberg commented 11 years ago

Hi,

Can you supply some test data, so we can figure out why the highlighting doesn't work?

/k

npradeep commented 11 years ago

Hi,

FYI and i found another issue i.e. In IE Browser (Version 7 and Version 8 ) not working.

var getGraphData = function() { return {"directed":true,"multigraph":false,"graph":[],"nodes":[{"id":"Average Unit ($)"},{"id":"Buy Plan (Units)"},{"id":"Corrected Sales (Units)"},{"id":"Average@"}],"links":[{"source":0,"target":2},{"source":1,"target":2}]};};

npradeep commented 11 years ago

Can you please update on the above ASAP.

auchenberg commented 11 years ago

This is an open-source project. It's something I'm doing in my spare time. There is no support, so please don't try to rush things here.

Open a separat issue/feature-request on IE support, and maybe some time in the future we can add IE support, if it's relevant.

npradeep commented 11 years ago

Okay Thank you auchenberg, Anyway i have done almost 70% of work on this, ill try to fix this issue.

Thnks.!