Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I recreated your issue with the exact same HTML you provided. It seems to be an issue with asynchronous resource loading of <code>eve.js</code> - an internal component that <code>Raphael</code> is dependent upon. There are three ways to fix this:</p> <blockquote> <p>Note that this is an issue first detected in FusionCharts version <code>3.3.0-release.18739</code> and may not be applicable for other versions.</p> </blockquote> <h1>1. <strong>The simplest fix</strong></h1> <p>Manually include the script files <code>FusionCharts.js</code>, <code>FusionCharts.HC.js</code> and <code>FusionCharts.HC.Charts.js</code> in this specific order.</p> <h1>2. <strong>Editing FusionCharts.HC.js</strong></h1> <p>This is a simple one-line edit of <code>FusionCHarts.HC.js</code> source file. In case you have the minified version, (this might look ugly)... locate <strong>line 144</strong> and replace the first part of the line </p> <p><code>FusionCharts(["private","modules.renderer.js-raphael",function(){var l=this.hcLib,i,r=window.Raphael,C;(function(d){var j=/[\.\/]/,i=function(){},e=function(d,e){return d-e},l,r,C={n:{}},M=function(d,j)</code> </p> <p>with </p> <p><code>FusionCharts(["private","modules.renderer.js-raphael",function(){var l=hfeve=this.hcLib,i,r=window.Raphael,C;(function(d){var j=/[\.\/]/,i=function(){},e=function(d,e){return d-e},l,r,C={n:{}},M=hfeve.eve=function(d,j)</code></p> <blockquote> <p>In case you have the source file then locate line 5535 of <code>FusionCharts.HC.js</code> and replace the whole line with <code>eve = lib.eve = function(name, scope) {</code></p> </blockquote> <h1>3. Use the modified code.</h1> <p>I am attaching a link to the patched FusionCharts.HC.js (minified) and will work for trial version (untested on licensed version) and compatible with v3.3.0.18739. Expecting the next build of FusionCharts will address this in some way or the other. :) </p> <p><a href="http://pastebin.com/raw.php?i=Zbhaq5hP" rel="nofollow">http://pastebin.com/raw.php?i=Zbhaq5hP</a></p> <p>PS: Pastebin link will not stay forever. Thus, will update and modify the post once a hosted link is available.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload