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
There is an example of how to use JQuery flowchart in Angular programs here :https://github.com/nephilimboy/Angular_FlowChartJS. What I am trying to do is adding click events to the selected operator in the chart.
When I select operators on the screen, the border color will change and also when hovering it the border becomes yellow. But I don't know how to add click events to them to open a form when I click(select) them?
The text was updated successfully, but these errors were encountered:
There is an example of how to use JQuery flowchart in Angular programs here :https://github.com/nephilimboy/Angular_FlowChartJS. What I am trying to do is adding click events to the selected operator in the chart.
These are related codes of the flowchart:
HTML:
CSS:
TS:
When I select operators on the screen, the border color will change and also when hovering it the border becomes yellow. But I don't know how to add click events to them to open a form when I click(select) them?
The text was updated successfully, but these errors were encountered: