PRIMCODE / graphViewer

0 stars 1 forks source link

fix missing lines in d3 #8 #10

Closed jogal360 closed 9 years ago

remyla commented 9 years ago

I will need to review the code with you tomorrow - I will need this addNode method later on - thanks, good evening

jogal360 commented 9 years ago

Problems with brackets, corrected. Here in operation: http://jogal360.github.io/graphViewer/

Do you want to add the addNode method?

remyla commented 9 years ago

To be exact, the addNode method was not to be removed. it is important for the next steps of development

jogal360 commented 9 years ago

New version check the files changed. Here in operation: http://jogal360.github.io/graphViewer/

jogal360 commented 9 years ago

Fixed problems. My pull request is open Here in operation: http://jogal360.github.io/graphViewer/

remyla commented 9 years ago

integrated in graph_d3.js your code on lines 169 and 170 to fix the bug (separate the calls to d3 methods data() and the enter()). Thanks @jogal360 for this bugfix