Dynamic Chart Regions in Oracle Apex
问题 What would be the suggested approach for dynamically create a Chart Region in Apex? I have a Teams table and for each team A Chart region, a gauge chart should be added as you add teams, and chart be removed as you delete a team. 回答1: The solution I applied is to create a dynamic region. Add the anychart library reference in the page header. Create a region that serves as a container. Create a pl/sql dynamic region, it's parent the above one. Use htp.p to create the div. Use htp.script to