thebestnom

Results 107 comments of thebestnom
trafficstars

Im pretty sure the output is svg/canvas, you can easily take the element and search online how to do it 😅 but should be pretty easy

https://stackoverflow.com/questions/42663203/export-visjs-network-to-jpeg-png-image

Static value to properties like specific color and such need yo be added in static advance config, please look at the docs or example In the default config takes the...

You can use DEFAULT_CONFIG which gives the same config to apl labels that doesn't have a label config

Yeah, I got a problem that you can't use the label from mapped porp, you can still get it in function map and assign the group that way ```js ADVANCED_CONFIG:...

Of course, but if you only want it to read from props put the `name` outside of the advanced

Umm. Yes, visObject.nodes is DataSet with all the nodes currently in view (and it's bound to the view so changing it change the view)

Can you give the config here so I can see? 😅

You want to put it in [NeoVis.DEFAULT_LABEL] and not in label_any for it to be used by all labels 😅

my bad, wrong name, import it like the advance confog and it's called NEOVIS_DEFAULT_CONFIG, didn't remembered the exact name