Hi everyone
I’m totally new in APEX and I’ve got the task to create an Orgchart in APEX 5.1 (Not the Region Tree)
Like this example here in the picture
Like this example here in the picture:

I’ve only one table
T_PERSON
ID_PERSON NUMBER PK
NAME VARCHAR2
ID_PARENT NUMBER FK (id_person)
First:
Google Visualizations-OrgChart
http://apex-plugin.com/oracle-apex-plugins/region-plugin/google-visualizations-orgchart_187.html
But if I try to use it, I’ll only get the loading icon
Second:
Oracle APEX Google Organization Charts Plugin
https://github.com/johnkeymer/apex-google-org-charts-plugin
Here is my problem, that I have no idea how to create the select, that it will work
Can someone please help me?
Because I’m totally out of ideas, what I should do to create the Orgchart