Oracle Application Express (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center