We have created a web application using Oracle ADF. The application includes a page with a graph displayed below.
Currently, we are looking to enlarge the bar graph by increasing its height, width, and size of the bars themselves.
Difficulty 1: While we found a solution in Oracle documents that allows us to adjust the graph size using inline style like "height=400px;wight=600px;" (works effectively), this method is browser-specific. We are seeking alternatives or a specific class to achieve this task universally.
Difficulty 2: Unfortunately, we haven't been able to locate a solution for enlarging the size of the bars. We require assistance on how to increase the bar dimensions as requested.
Your help would be greatly appreciated. Thank you in advance.