Why The Chart is Not Loaded ? i can't able to identify the problem
Refrence chart Link : https://jsfiddle.net/gh/get/library/pure/BALKANGraph/orgchartjs-demos/tree/master/Templates
and Also I have attached OML .
Mukesh Robin S-san Hello
Output parameters are not set.
If the purpose is to display a graph, the graph is not set on the screen.
Good luck.
Hello Mukesh,
The issue here that JavaScript code try to find element by Id which is not existing into you page or DOM.
As per screenshot below last part of JavaScript trying to add listener to dropdown List of Org Chart Style to redraw org chart again on change of selected style. You don't have this control into your screen so its throwing exception.
Kindly find attached JavaScript code that you can copy and replace your code into JavaScript1 widget then try again it should work