durga1973 Report post Posted April 15, 2014 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
Bindhu Report post Posted April 16, 2014 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
durga1973 Report post Posted April 21, 2014 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
Bindhu Report post Posted April 21, 2014 Hi Durga, It is working fine with the latest version. Please find attached screen shot of the chart rendered. Hope this helps! Share this post Link to post Share on other sites
durga1973 Report post Posted April 21, 2014 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 Report post Posted April 24, 2014 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