Nils Lagerkvist

Results 10 comments of Nils Lagerkvist

Hi, which browser and version are you using? Also, which OS are you running?

That is OK. I have been thinking about adding some more shapes to it, and having generic intersect and contains functions. Write something up an send a pull request. It...

Sorry for a late response, I have been traveling for a while. There are some minor details I want to fix in this pull request. I would like to make...

Look in `spec/example.json`, there is a `onSave` section in the JSON. ``` "onSave": { "method": "post", "url": "update.php", "data": { "id": "weathermap.json" } }, ``` With the configuration above will...

I, sorry for the very verbose answer. So you have found all the relevant code. It should be saved by this line: https://github.com/otm/networkmap.js/blob/master/src/sublink.js#L99 At the moment you need to keep...

That is probably a good idea. The cleanest way forward is change 'visable' to 'visible' everywhere in the code and add decorator to the Graph.load function that changes 'visable' to...

The networkmap.js css is basicly bootstrap (but a bit outdated version). Basicly I don't have any objections on cleaning that up. Do you have any more information about the changes...

Do the change and lets see how it works.

What do you mean wit "saving line states after changes"? If you mean saving changes after the graph has been edited (moved nodes etc) there is already support for that...

I must admit that I will not have time to fix this any time soon due to other projects, but a PR is welcome. I also must say that this...