I'm using NVD3 with sencha touch (2.3.1), and after building for production I get the error mentioned in the title.
I did everything according to the instructions: https://github.com/woodenconsulting/OpenCharts-For-Sencha-Touch-and-ExtJS.
I noticed that the Sencha CMD has obfuscated the files of the library (d3.min.js and nv.d3.min.js), into the build folder, for example, the file: d3.min.js.
The original file starts with this: !function(){function n(n){return null!=n&&!isNaN(n)}...
After build it become like this: function _17932636d3fbdb626cc81cd279db37fe71ecf72d(){};!function(){function hY(a){return null!=a&&!isNaN(a)}...
Does anyone have any idea what could be?
Thanks!