Closed orkhanmeh closed 4 years ago
$flowchart.flowchart('addClassOperator', operatorID, 'active')
calling the above function generates the error: Uncaught Error: no such method 'addClassOperator' for flowchart widget instance
p.s Other methods work just fine.
I have solved it manually with jquery.
Close out the ticket if you don't need any more help
$flowchart.flowchart('addClassOperator', operatorID, 'active')
calling the above function generates the error: Uncaught Error: no such method 'addClassOperator' for flowchart widget instance
p.s Other methods work just fine.