Hi,
I'm upgrading an APEX 5.0 application to APEX 19.1 and having some issues with the width of the converted charts - they all seem to be fixed to 300px.
The original charts used the full width available to them.
I can't see any CSS that specifies 300px. From inspecting the as-rendered page I can see that the title of the region is using the full width of the enclosing DIV, but that the table containing the chart is showing as 300px wide. The table definition doesn't specify a width but does refer to classes t1ReportsRegion and js-apex-region (I recognize the former class and assume that the latter is part of the JET charts).
If I specify 'style="width:100%"' within the region custom attributes the chart renders to the full width - I'd prefer not to do this as there are over 100 charts in the application.
How does JET determine the width to be used? Is it affected by using an old-style table-based template?
Where can I 'tell' JET to use the full width available in a 'generic' manner?
Thanks,
--
Andy