Sign in to follow this  
spamarti

Differences Between Chart Gallery Chart And My Chart

Recommended Posts

Javascipt version of the following demo chart shows up differently on my server. Attached is the image.

http://www.fusioncharts.com/gallery/Chart.asp?mscombi3d_6

 

Values for Jan/Feb for purple series(2006) are empty. Flash version does show them correctly by not including them in chart but javascript version show those two points at 0. Somehow demo version on fusioncharts.com shows it correctly. Appreciate help and feedback. Thanks.

post-19403-0-61395000-1311197843_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please find the latest JS file attached for your reference.

 

In case you are an existing customer, please send us your orderID to: [email protected] quoting this forum thread for our reference.

 

Looking forward to your feedback.

FusionCharts.zip

Share this post


Link to post
Share on other sites

Very cool. It worked. Thanks for the quick response. Now, it displays a footer caleld " fusioncharts-highcharts". Is there a way to hide that text?

 

Also, I am using 100% width and height for the charts and they appear full screen on chrome,firefox and ipad but not on IE. Is there something that we could do to make it happen. In fact they were showing up full screen on IE with old JS file.

 

 

 

Siva

 

 

 

 

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please find the latest JS file attached for your reference.

 

In case you are an existing customer, please send us your orderID to: [email protected] quoting this forum thread for our reference.

 

Looking forward to your feedback.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

Now, it displays a footer caleld " fusioncharts-highcharts". Is there a way to hide that text?

You would need to buy the licensed version of FusionCharts in order to hide the text.

 

Please drop a mail to: [email protected] quoting this forum thread and one of our sales representatives will get back to you ASAP.

 

Also, I am using 100% width and height for the charts and they appear full screen on chrome,firefox and ipad but not on IE. Is there something that we could do to make it happen. In fact they were showing up full screen on IE with old JS file.

 

You can set percent values for chart width and height instead of absolute pixel values. The chart will automatically adjust its dimension with respect to the parent container element.

 

For more details, please refer to the link: http://www.fusioncha...centResize.html

 

Hope this helps.smile.gif

 

 

Share this post


Link to post
Share on other sites

Thanks. I will send an email to sales with order information then. I did find one more difference. When I used the following, javascript chart comes up as blank but flash chart works fine. Please note that we need the relative path for fusioncharts.js file. To be able to show these charts offline on iPad, I need to set relative path there. I tried ./FusionCharts.js but did not work.

 

Please help.

 

 

============

 

<html>

<head>

<title>Finance Charts</title>

<script type="text/javascript" src="FusionCharts.js">

</script>

</head>

<body>

<div id="chartContainer">FusionCharts will load here!</div>

<script type="text/javascript">

 

var mychart = new FusionCharts({

swfUrl: 'MSCombi3D.swf',

width: '100%', height: '100%',

renderer: 'javascript',

renderAt: 'chartContainer',

dataSource: 'wti.xml',

dataFormat: FusionChartsDataFormats.XMLURL

});

 

mychart.render();

 

</script>

</body>

</html>

================

Hi,

 

Thanks for your response.

 

You would need to buy the licensed version of FusionCharts in order to hide the text.

 

Please drop a mail to: [email protected] quoting this forum thread and one of our sales representatives will get back to you ASAP.

 

 

You can set percent values for chart width and height instead of absolute pixel values. The chart will automatically adjust its dimension with respect to the parent container element.

 

For more details, please refer to the link: http://www.fusioncha...centResize.html

 

Hope this helps.smile.gif

 

 

 

 

 

Share this post


Link to post
Share on other sites

I believe I figured it out. I had to copy all .JS files to relative path to make it work. thanks.

Thanks. I will send an email to sales with order information then. I did find one more difference. When I used the following, javascript chart comes up as blank but flash chart works fine. Please note that we need the relative path for fusioncharts.js file. To be able to show these charts offline on iPad, I need to set relative path there. I tried ./FusionCharts.js but did not work.

 

Please help.

 

 

============

 

<html>

<head>

<title>Finance Charts</title>

<script type="text/javascript" src="FusionCharts.js">

</script>

</head>

<body>

<div id="chartContainer">FusionCharts will load here!</div>

<script type="text/javascript">

 

var mychart = new FusionCharts({

swfUrl: 'MSCombi3D.swf',

width: '100%', height: '100%',

renderer: 'javascript',

renderAt: 'chartContainer',

dataSource: 'wti.xml',

dataFormat: FusionChartsDataFormats.XMLURL

});

 

mychart.render();

 

</script>

</body>

</html>

================

 

 

 

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Glad to know that you have managed to resolve your problem.

 

Happy FusionCharting!biggrin.gif

Share this post


Link to post
Share on other sites

I contacted sales and they tell me that we have the latest version already.I have attached email. The version we have does not render javascript chart correctly and your fix made it work. Is there another way to get the latest version?

 

We have 3.2.1

 

Please help.

Siva

 

=============

Siva,

 

 

 

Yes I could see from your account that you are using themost recent product version. At any stage you can visit your login and click on'Updates' Tab to watch out for any updates available to you within thesubscription period.

 

 

 

Please let me know if you've any further queries.

 

 

 

 

 

Regards,

 

 

 

Neil B

 

 

 

FusionCharts Team

 

 

 

Tel: (+91 33) 4006 5684/85 Ext: 216 | Mobile: +91 8420004978

 

 

 

 

==========

Hi,

 

Glad to know that you have managed to resolve your problem.

 

Happy FusionCharting!biggrin.gif

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your response.

 

Since, you are an existing customer, please send us your orderID to: [email protected] quoting this forum thread for our reference and we will provide you the same.

 

Looking forward to your mail.

Share this post


Link to post
Share on other sites

Got it. thanks.

Siva,

 

Apologies.

 

What Anghsuman gave you is a beta (un-released) version of the JavaScript from our Development Team. Hence, this confusion.

 

I will try to build a licensed version of the same (beta) soon and send it over to you.

 

 

 

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