Linkurious dynamically change settlings

64 Views Asked by At

I am currently using Linkurious and need to accomplish the following function:

Hide/show the labels when clicking on a button.

Any idea how to do this?

Thanks in advance.

1

There are 1 best solutions below

0
On

Well, I think Linkurious has provided a perfect solution.

s.settings({
            drawLabels: false
        });
s.refresh();

Cheers!