durga
durga
Hi! I’ve gone through the issue and would like to take it up. I’ve started looking into a possible solution. Kindly assign this issue to me so I can proceed...
I’m sorry if my previous pull request (#454) wasn’t up to the project’s expectations — this was my first contribution, and I may have made some mistakes. I genuinely want...
@nemesifier I’ve removed `showLabelsAtZoomLevel` from the default config and added backward compatibility logic in `netjsongraph.render.js` to ensure older configs still work. ```diff const NetJSONGraphDefaultConfig = { clusterRadius: 80, clusterSeparation: 20,...
Hi @nemesifier I made a small change to improve how map options are initialized in `LeafletCoordSys.create`. The idea is to create a new object that starts with a default (`worldCopyJump:...
Thanks, @nemesifier! I’m preparing the PR — just to confirm, would you prefer this logic (default + user options merge) to be handled in `LeafletCoordSys.create`.