angular-visjs icon indicating copy to clipboard operation
angular-visjs copied to clipboard

edge types not up to date

Open dylandechant opened this issue 9 years ago • 1 comments

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?

dylandechant avatar Feb 27 '16 17:02 dylandechant

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.

cdjackson avatar Feb 27 '16 17:02 cdjackson