Search code examples
cssoracle-apex

Two Chart regions need to be same size


I have a page with 3 main charts, two in the same line (like the image) the first 2 are different in height, how to fix the height to be the same one chart is pie and the another one is linear charts page


Solution

  • Oracle Apex has the option to set the height of the charts as follows:

    On page designer, open the attributes tab of you chart region. Scroll down to the "height" attribute. Here you can define the height of your charts. Repeat the same process for the other chart regions that you want to have the same height. enter image description here