WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
984 stars 165 forks source link

Change node size when label is inside #275

Open angoodkind opened 6 months ago

angoodkind commented 6 months ago

If a node has a label inside of it, then the node's size is determined by the label text inside of it. For example, if shape = 'circle', then the size parameter is not taken into account. If shape = 'dot', then the size parameter is taken into account, but the label's text is below the node.

Is there a way that a node shaped like, e.g. a circle, can have the label inside and also have its size changed?