jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

Links are not getting cleared

Open vijayjamariya1122 opened this issue 2 years ago • 1 comments

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: "#000055", grid: 10, multipleLinksOnInput: false, multipleLinksOnOutput: false, });

but not getting proper solution as I required

git1 [ image 1 ] git2 [ image 2 ]

if anyone has solution or proper documents please revert. thanking you.

vijayjamariya1122 avatar May 24 '22 05:05 vijayjamariya1122

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

git1 [ image 1 ] git2 [ image 2 ]

if anyone has solution or proper documents please revert. thanking you.

how you give title background color ? can i know?

avnish812 avatar Feb 03 '23 07:02 avnish812