You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in options "edges": { "smooth": { "type": "cubicBezier", "roundness": 0.95 } }
Does not work. I switched out the version of vis js to the newest and got it to work. But now am missing options like auto center and zoom. Any ideas?
The text was updated successfully, but these errors were encountered:
Since the angular directive just uses the vis library, and doesn’t do anything with the parameters, it should support any parameters that the library provides. There were some significant changes to options from V3 to V4 (from memory) so you might want to have a check on the vis website.
in options
"edges": { "smooth": { "type": "cubicBezier", "roundness": 0.95 } }
Does not work. I switched out the version of vis js to the newest and got it to work. But now am missing options like auto center and zoom. Any ideas?
The text was updated successfully, but these errors were encountered: