agustinm20 Report post Posted March 6, 2018 Hi, im using version 3.12.2 (HTML5), when my site load some charts, various errors appears in the browser console: See the picture attached. Why ó what is causing that? All errors occurs in the file fusionchart.js Thanks in advance. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 7, 2018 Hi, Please share us a scale down sample replicating the problem so that we could assist you accordingly. Share this post Link to post Share on other sites
agustinm20 Report post Posted March 8, 2018 Attach one chart, producing the folowing error: Quote Uncaught TypeError: Cannot read property 'el' of undefined at r.Wa.resume (fusioncharts.js:475) at Object.job (fusioncharts.js:1040) at q (fusioncharts.js:39) Thanks! multiaxisline.txt Share this post Link to post Share on other sites
agustinm20 Report post Posted March 8, 2018 (edited) With funnel, this error occurs: fusioncharts.widgets.js:108 Uncaught TypeError: Cannot read property 'connector' of undefined at constructor.hide (fusioncharts.widgets.js:108) at constructor.draw (fusioncharts.widgets.js:157) at a._drawDataset (fusioncharts.js:1082) at a._updateVisuals (fusioncharts.widgets.js:410) at a.draw (fusioncharts.js:1041) at a.redraw (fusioncharts.js:996) at HTMLSpanElement.resize (fusioncharts.js:913) at fusioncharts.js:1933 hide @ fusioncharts.widgets.js:108 draw @ fusioncharts.widgets.js:157 _drawDataset @ fusioncharts.js:1082 _updateVisuals @ fusioncharts.widgets.js:410 draw @ fusioncharts.js:1041 redraw @ fusioncharts.js:996 resize @ fusioncharts.js:913 (anonymous) @ fusioncharts.js:1933 setTimeout (async) resize @ fusioncharts.js:1932 resize @ fusioncharts.js:73 l.width @ fusioncharts.js:83 triggerEvent @ fusioncharts.js:45 b.raiseEvent @ fusioncharts.js:45 resizeTo @ fusioncharts.js:82 observer @ angular-fusioncharts.min.js:3 (anonymous) @ angular.min.js:85 r @ angular.min.js:7 $set @ angular.min.js:85 (anonymous) @ angular.min.js:79 (anonymous) @ angular.min.js:106 (anonymous) @ angular.min.js:140 $digest @ angular.min.js:142 $apply @ angular.min.js:145 l @ angular.min.js:97 K @ angular.min.js:101 y.onload @ angular.min.js:102 load (async) (anonymous) @ angular.min.js:102 n @ angular.min.js:98 g @ angular.min.js:95 (anonymous) @ angular.min.js:130 $eval @ angular.min.js:145 $digest @ angular.min.js:142 $apply @ angular.min.js:145 (anonymous) @ angular.min.js:274 dispatch @ jquery.min.js:3 r.handle @ jquery.min.js:3 e._wrapped @ rollbar.min.js:1 fusioncharts.js:475 Uncaught TypeError: Cannot read property 'el' of undefined at r.Wa.resume (fusioncharts.js:475) at Object.job (fusioncharts.js:1040) at q (fusioncharts.js:39) Once I refresh the page, the chart render normally funnel.txt Edited March 8, 2018 by agustinm20 complete Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 9, 2018 16 hours ago, agustinm20 said: Attach one chart, producing the folowing error: Thanks! multiaxisline.txt Please check the sample fiddle for reference - http://jsfiddle.net/mbnqkq80/ Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 9, 2018 16 hours ago, agustinm20 said: With funnel, this error occurs: fusioncharts.widgets.js:108 Uncaught TypeError: Cannot read property 'connector' of undefined at constructor.hide (fusioncharts.widgets.js:108) at constructor.draw (fusioncharts.widgets.js:157) at a._drawDataset (fusioncharts.js:1082) at a._updateVisuals (fusioncharts.widgets.js:410) at a.draw (fusioncharts.js:1041) at a.redraw (fusioncharts.js:996) at HTMLSpanElement.resize (fusioncharts.js:913) at fusioncharts.js:1933 hide @ fusioncharts.widgets.js:108 draw @ fusioncharts.widgets.js:157 _drawDataset @ fusioncharts.js:1082 _updateVisuals @ fusioncharts.widgets.js:410 draw @ fusioncharts.js:1041 redraw @ fusioncharts.js:996 resize @ fusioncharts.js:913 (anonymous) @ fusioncharts.js:1933 setTimeout (async) resize @ fusioncharts.js:1932 resize @ fusioncharts.js:73 l.width @ fusioncharts.js:83 triggerEvent @ fusioncharts.js:45 b.raiseEvent @ fusioncharts.js:45 resizeTo @ fusioncharts.js:82 observer @ angular-fusioncharts.min.js:3 (anonymous) @ angular.min.js:85 r @ angular.min.js:7 $set @ angular.min.js:85 (anonymous) @ angular.min.js:79 (anonymous) @ angular.min.js:106 (anonymous) @ angular.min.js:140 $digest @ angular.min.js:142 $apply @ angular.min.js:145 l @ angular.min.js:97 K @ angular.min.js:101 y.onload @ angular.min.js:102 load (async) (anonymous) @ angular.min.js:102 n @ angular.min.js:98 g @ angular.min.js:95 (anonymous) @ angular.min.js:130 $eval @ angular.min.js:145 $digest @ angular.min.js:142 $apply @ angular.min.js:145 (anonymous) @ angular.min.js:274 dispatch @ jquery.min.js:3 r.handle @ jquery.min.js:3 e._wrapped @ rollbar.min.js:1 fusioncharts.js:475 Uncaught TypeError: Cannot read property 'el' of undefined at r.Wa.resume (fusioncharts.js:475) at Object.job (fusioncharts.js:1040) at q (fusioncharts.js:39) Once I refresh the page, the chart render normally funnel.txt Please check the sample fiddle for reference - http://jsfiddle.net/dcpd57y9/ Share this post Link to post Share on other sites
agustinm20 Report post Posted March 9, 2018 4 hours ago, Ayan Bhadury said: Please check the sample fiddle for reference - http://jsfiddle.net/dcpd57y9/ Thanks, already make this app looking the fiddles, the error maybe is un the sintax or some library? Share this post Link to post Share on other sites