Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links are not getting cleared #139

Open
vijayjamariya1122 opened this issue May 24, 2022 · 1 comment
Open

Links are not getting cleared #139

vijayjamariya1122 opened this issue May 24, 2022 · 1 comment

Comments

@vijayjamariya1122
Copy link

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.

@avnish812
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants