anvaka / ngraph

Beautiful Graphs
MIT License
1.43k stars 131 forks source link

Rendering Text on Pixi Graph #7

Open jmatsushita opened 10 years ago

jmatsushita commented 10 years ago

Hi there,

I'm trying out your ngraph framework and looking into the Pixi example because I need to display thousands of nodes and relationships which seems to work well with a force directed layout using Pixi.

I seem to remember seeing a comment from you somewhere that it was not possible to render text. Do you have a recommendation on how to build on Pixi to add text labels, or popup on hover and such?

Jun