Skip to content

Commit

Permalink
Use default edges of visjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkproduct committed Apr 12, 2022
1 parent 0a093d3 commit ab0f9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyvis/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def __repr__(self):
return str(self.__dict__)

def __init__(self):
self.enabled = False
self.type = "continuous"
self.enabled = True
self.type = "dynamic"

class Color(object):
"""
Expand Down

0 comments on commit ab0f9a2

Please sign in to comment.