Dominik Franěk
Dominik Franěk
How about some tests? In my pull request I also struggle to prepare tests, so I would be curious to see if anybody can run them, enhance them so I...
Hm strange, it works for me. I don't need to set any size to the SVG element. I just set width and height to the parent DIV of the whole...
I am not really sure if I understand correctly. If you need to redraw the lines (e.g. for some movement of the objects etc...), you can call repositionLines(), which is...
@gezichenshan oh indeed, I didn't have this in mind when doing it. I am thinking, is it already working anywhere in jvectormap? I think markers can also have only one...
@selinafocus I am not sure about the transformation. I haven't used the processor transformation, maybe some unit tests would be nice to see where it doesn't work. the true is...
Hi, I have created a Pull Request with an implemented functionality of drawing Lines on JVectorMap. I am currently using this in my personnal blog at https://sevenhillsaway.com/map/ So this issue...
If you mean, that you want to highlight TW when mose is over China. Then I would recommend changing the [jquery-jvectormap-world-mill.js](http://jvectormap.com/js/jquery-jvectormap-world-mill.js), where you would take the TW coordinates and place...
@arcanefoam Have you thought the final solution of how to store the properties inside the Vertex/Edge item directly? Also, what kind of functionality must the properties have to support TinkerPop...
Hm I was thinking more of storing the property similar like the GraphSON structure. Because Arango also uses "JSON", so we could be inspired by GraphSON and use kind of...