Sign in to follow this  
rhayward

Javascript Renderer Failling To Display Widgets/hlineargauge.swf

Recommended Posts

I'm trying to display an Widgets/HLinearGauge.swf chart with the javascript renderer. It renders fine via flash, but fails to render via javascript. There's a javascript error which pops up:

 

Timestamp: 7/24/2012 10:23:34 AM

Error: TypeError: mb[v[v.length - 1]] is undefined

Source File: https://xxx/xxx/Fusi...ionCharts.HC.js

Line: 92

 

The FusionCharts.HC.is file has version

 

/*

Highcharts JS v2.1.6 (2011-07-08)

Exporting module

 

© 2010-2011 Torstein H?nsi

 

License: www.highcharts.com/license

*/

Edited by rhayward

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Please confirm if you have included following necessary JavaScript files into your project folder?

 

> FusionCharts.js

> FusionCharts.HC.js

> FusionCharts.HC.Widgets.js

> jquery.min.js

 

If this does not help to resolve your issue, please revert.

Share this post


Link to post
Share on other sites

Hi,

 

Please confirm if you have included following necessary JavaScript files into your project folder?

 

> FusionCharts.js

> FusionCharts.HC.js

> FusionCharts.HC.Widgets.js

> jquery.min.js

 

If this does not help to resolve your issue, please revert.

 

I have most of those, save FusionCharts.HC.Widgets.js. I suppose not having FusionCharts.HC.Widgets.js is most likely my problem. How could I get that?

 

> FusionCharts.js

 

> FusionCharts.HC.js

 

  • /* Highcharts JS v2.1.6 (2011-07-08) Exporting module © 2010-2011 Torstein H?nsi License: www.highcharts.com/license */

> FusionCharts.HC.Widgets.js

 

missing

 

> jquery.min.js

 

  • /*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * * Date: Sat Feb 13 22:33:48 2010 -0500 */

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Under FusionCharts Suite following data visualization packs fall,

 

> FusionCharts XT - for rendering single-series, multi-series charts(Bar2D, Column2D, Pie3D charts etc)

> FusionWidgets XT - for rendering gauges/widgets/real-time charts

> PowerCharts - for rendering error charts, heatmap charts etc.

> FusionMaps - for rendering maps

 

So, FusionWidgets XT pack is different pack for rendering gauges, widgets and real-time charts

 

For rendering gauges, widgets and real-time charts you would need following library files,

 

> FusionCharts.js

> FusionCharts.HC.js

> FusionCharts.HC.Widgets.js

> FusionCharts.jqueryplugin.js

> jquery.min.js

 

Please find attached illustration for your reference.

 

Also refer the following link for more information:

http://docs.fusioncharts.com/widgets/Contents/?FirstChart/UsingPureJS.html

 

Hope this helps!

HLinearGauge.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this