Sign in to follow this  
durga1973

Fusion Chart MSLine charts not displaying tool tip

Recommended Posts

I am using Fusion chart trail version, for the MSLine charts eventhough i set the showToolTip='1' it is not displaying the tool tip. Below is my chart details

 

<chart caption='"+caption+"' xAxisName='Time' yAxisName='Power' showValues='0' showToolTip='1' labelDisplay='Rotate' slantLabels='1' defaultNumberScale='W'>

 

For free trail won't the tooltip support is present or there is an issue in my chart declaration ?

 

Thanks,

Durga

Share this post


Link to post
Share on other sites

Hi Durga,

 

It should work.

 

There is no feature limitation/difference between the trial version and the commercial version of FusionCharts XT, except for the fact that the trial version charts are watermarked.

 

Please provide us the XML/JSON data to test it from our end.

Share this post


Link to post
Share on other sites

Here is the XML/JSON data

<chart caption='Last one hour Readings' xAxisName='Time' yAxisName='Power' showValues='0' showToolTip='1' labelDisplay='Rotate' slantLabels='1' defaultNumberScale='W'><categories> <category label='0:10'/> <category label='0:5'/> <category label='0:0'/></categories><dataset seriesName='Platform'><set value='248' /><set value='196' /><set value='49' /></dataset><dataset seriesName='CPU'><set value='176' /><set value='223' /><set value='292' /></dataset><dataset seriesName='Memory'><set value='277' /><set value='30' /><set value='124' /></dataset></chart>

Thanks,

Durga

Share this post


Link to post
Share on other sites

Hi Durga,

 

It is working fine with the latest version.

 

Please find attached screen shot of the chart rendered.

 

Hope this helps!

post-62559-0-35167900-1398081486_thumb.jpg

Share this post


Link to post
Share on other sites

I am using latest version and I am using Openlaszlo to render this chart but in that it is not displaying i am initializing the chart as follows

 

var url = "lib/MSLine.swf?dataXML="+chartData+"&chartWidth=600&chartHeight=500&mode=laszlo";

this.setSource(url);

 

Thanks,

Durga

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Durga,

 

Could you please let us know the Flash player version details, which is installed on your machine, where this issue replicates?

 

Also, please try using the different version of Flash player and let us know your feedback on this.

 

Awaiting your valuable response.

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