visjs/ngx-vis

moveNode API missing

rstanziale opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I can't use moveNode API.

Describe the solution you'd like
I wrapped this need as follows:
moveNode(visNetwork: string, idNode: string, x: number, y: number): void;

any particular reason to no use directly moveNode ?