jimmybow / visdcc

Dash Core Components for Visualization.
MIT License
144 stars 18 forks source link

Is it possible to render nodes as a text #25

Closed reza1615 closed 3 years ago

reza1615 commented 3 years ago

My node's labels are long and having many ellipses is not interested. Is it possible to make the node border and backcolor as transparent?

image

jimmybow commented 3 years ago

yes, you can change color, shape, etc. see https://visjs.github.io/vis-network/docs/network/nodes.html for detail setting.

reza1615 commented 3 years ago

Thank you This is very helpful. It would be nice to have it in the readme.