IlIllII / collecobrary

Making online learning fun and easy.
https://shapesofknowledge.io
MIT License
101 stars 5 forks source link

Node hovering on d3 digraph #4

Open IlIllII opened 3 years ago

IlIllII commented 3 years ago

Right now there is just a tooltip that appears on the nodes on hover. This happens after a slight delay, which leads to a suboptimal user experience.

It would be better if the name of a node appeared immediately on hover and was styled in such a way that it was easy to read.

This would entail modifying the d3 chart function within the DegreeMap.vue component.

IlIllII commented 2 years ago

With the addition of the sidebar, fast node hovering might be redundant and create clutter.

We should think about this some more.