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
i am using
"jquery.flowchart": "^1.1.0",
angular 8
first, I am loading the frame as given in image 1 data, and links are properly loading after that I switch frames as given in image 2 but previous frames links are not getting cleared.
for data loading, I am using a function that clears the data whenever the function calls. I am using the following syntax for clearing data
$(this.el.nativeElement).find(".flowchart-example-container").flowchart({
data: "",
defaultSelectedLinkColor: "#55",
grid: 10,
multipleLinksOnInput: false,
multipleLinksOnOutput: false,
});
but not getting proper solution as I required
[ image 1 ]
[ image 2 ]
if anyone has solution or proper documents please revert.
thanking you.
The text was updated successfully, but these errors were encountered:
i am using "jquery.flowchart": "^1.1.0", angular 8
first, I am loading the frame as given in image 1 data, and links are properly loading after that I switch frames as given in image 2 but previous frames links are not getting cleared.
for data loading, I am using a function that clears the data whenever the function calls. I am using the following syntax for clearing data $(this.el.nativeElement).find(".flowchart-example-container").flowchart({ data: "", defaultSelectedLinkColor: "#55", grid: 10, multipleLinksOnInput: false, multipleLinksOnOutput: false, });
but not getting proper solution as I required
[ image 1 ] [ image 2 ]
if anyone has solution or proper documents please revert. thanking you.
Hi,
i am using
"jquery.flowchart": "^1.1.0",
angular 8
first, I am loading the frame as given in image 1 data, and links are properly loading after that I switch frames as given in image 2 but previous frames links are not getting cleared.
for data loading, I am using a function that clears the data whenever the function calls. I am using the following syntax for clearing data
$(this.el.nativeElement).find(".flowchart-example-container").flowchart({
data: "",
defaultSelectedLinkColor: "#55",
grid: 10,
multipleLinksOnInput: false,
multipleLinksOnOutput: false,
});
but not getting proper solution as I required
[ image 1 ]
[ image 2 ]
if anyone has solution or proper documents please revert.
thanking you.
The text was updated successfully, but these errors were encountered: