APEX 23.2.2 - Uncaught TypeError reported with chartBundle.min.js
Hi there
On moving to APEX 23.2, with the latest Patch (Patch 2) applied, we're seeing console errors related to chartBundle.min.js, and, namely:
Uncaught TypeError: Cannot read properties of chartBundle.min.js?v=23.2.2:8 undefined (reading 'behavior')
The problematic line(s) appears to be this:
wt.prototype.getThemeBehavior=function(){ return e.parseJSONFromFontFamily("oj-theme-json").behavior },
where e.parseJSONFromFontFamily does not have an attribute called 'behavior'.
Oracle JET reference: https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ThemeUtils.html#.parseJSONFromFontFamily
Is this a bug with chartBundle.min.js? Should the return actually read
wt.prototype.getThemeBehavior=function(){ return e.parseJSONFromFontFamily("oj-theme-json")},
Many thanks for your help