angular-visjs
angular-visjs copied to clipboard
edge types not up to date
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?
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.