Hi,
APEX 20.1
I have dynamic chart region where the title of these charts is user-defined.
When the title is very long, I wrap it to next line.
When there are 3 regions in the same row, the height of these regions become mismatched because of the title height as shown.
Is there any way to fix the region title of all the regions to same height.
For eg,
If all the regions title fit in one line, set the height as it is
If one of them is 2 lines, then set all the regions height to 2 lines so that all the regions look same height.
If one of them is more than 2 lines, then substring the title to 2 lines and set the height of all the region titles to 2 lines
Is this possible? Please suggest.
I have created an example on apex.oracle.com
ws - vpagmws
user - testuser/abcABC@123
app - 85188 - VP 211
page - 12 - Test Region Heights
Thanks.