Cestercian

Results 29 comments of Cestercian

This is now being addressed in [PR #401](https://github.com/google-gemini/generative-ai-js/pull/401).

> We can allow showing node names on geo map on high zoom levels, we could turn this on by default. Hey @nemesifier , I took a look at the...

we can change this configuration to hide it by default src/js/netjsongraph.config.js from `line : 172 ` under mapOptions

Thanks for the review @nemesifier! The cluster_overlap_test.html file was initially created to visualize the issue, but I removed it since I thought it wasn't necessary after fixing the overlap problem....

Hi @nemesifier , I've made the requested changes: ✅ Moved netjson-cluster-overlap.html to /public/example_templates for consistency. ✅ Updated index.html to include a link to the new example, styled like the others....

hey @nemesifier I’ve fixed the issue. The error occurred because the requested file was not being served correctly. I’ve updated `netjson-cluster-overlap.html` and changed the file location in `index.html` my latest...

It looks like the `NetJSONGraph` library isn't being recognized. This often happens when the project isn't started properly. @nemesifier, are you running `yarn start`, or are you just opening the...

Thank you, @niteshsinha17, for your review and valuable feedback! I've made the following updates based on your suggestions: - Updated the CSS import paths to ensure they are loaded from...

this is output I'm getting, let me know if there are any other issues, Thanks again for the review !!

![image](https://github.com/user-attachments/assets/aba20527-e3ca-4018-9598-539df9816132) I've added more nodes (20-30) so that each status forms a distinct cluster when opening the example. However, ensuring that the circles display the correct status color when zooming...