Skip to content

Commit ab0f9a2

Browse files
committed
Use default edges of visjs
1 parent 0a093d3 commit ab0f9a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyvis/options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def __repr__(self):
5555
return str(self.__dict__)
5656

5757
def __init__(self):
58-
self.enabled = False
59-
self.type = "continuous"
58+
self.enabled = True
59+
self.type = "dynamic"
6060

6161
class Color(object):
6262
"""

0 commit comments

Comments
 (0)