oracle-apex

Dynamic Chart Regions in Oracle Apex

非 Y 不嫁゛ 提交于 2020-08-03 08:43:40
问题 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

Dynamic Chart Regions in Oracle Apex

和自甴很熟 提交于 2020-08-03 08:43:23
问题 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