saptarshi
Members-
Content count
357 -
Joined
-
Last visited
-
Days Won
1
Everything posted by saptarshi
-
Hello, I am afraid, the vTrendLine attribute is not supported in the MS2DLine chart.
-
Hello, It may be possible to add details like street (using say, marker connectors) and malls, using a marker or a custom shape, etc. You can check out the following links to the documentation page: http://www.fusioncharts.com/maps/docs/Contents/MarkerShapes.html http://www.fusioncharts.com/maps/docs/Contents/MarkerConnectors.html It would be interesting to see how this is executed. Do let us know! Hope this helps.
-
Hello Rob, Welcome to the forum! We are glad you liked FusionCharts. I am afraid, it is not possible to change the spacing between the X-axis values at this time. But we have noted down your suggestion and have put it on the wishlist for our future versions.
-
moving the task in gantt chart
saptarshi replied to manikantaprasad's topic in Using FusionWidgets XT
Hello, Currently, once the charts are rendered, it is not possible to change the order of the tasks by dragging, etc. -
Hello, You can update to the latest version of FusionCharts by going to the following link: http://www.fusioncharts.com/PUC/ You can export charts as images/PDF starting FusionCharts version 3.0.5. Hope this helps.
-
Can I use fusioncharts V3 on a computer with no Internet connection?
saptarshi replied to patrickmast's topic in General usage
Hello Patrick, Welcome to the forum!:w00t: As long as the .swf file that renders the chart and the .xml file that feeds the data to the .swf file are present, any computer with Flash Player 8 and above can render FusionCharts. In fact FusionCharts is used in many standalone applications. Hope this helps. -
Y Scale goes crazy when negative numbers are plotted
saptarshi replied to MattBrown's topic in General usage
Hello Matt, No problem at all. A number of lines of XML had errors such as closing no closing braces, etc. Please find attached the edited XML. Hope this works. Data.xml -
Hello Jason, Thank you so much for sharing it here on this forum! Great work. Thank you.
-
Fusion Charts Doesn't updated on some pcs while xml file is updated!!
saptarshi replied to baselit's topic in General usage
Hello, Welcome to the forum! Could you please tell us in a little more detail how you are trying to update your chart? Looking forward to your reply -
Y Scale goes crazy when negative numbers are plotted
saptarshi replied to MattBrown's topic in General usage
Hello Matt, We tested the XML you have sent and found it working alright. Could you please clarify exactly what problem you are facing when displaying negative values? Waiting for your response. -
Printing graphs using clientside javascript version
saptarshi replied to MattBrown's topic in General usage
Hey Matt, Thank you so much for the kind words. They keep us going, egging us on to work harder. Glad you like FusionCharts. The word has been passed on to the developers' team. -
remove % from tick marks (linear gauge)
saptarshi replied to saptarshi's topic in Using FusionWidgets XT
Hello again Good. -
Hello Hemant, You are welcome. We are glad to be of help.
-
get the pointer value from editable linear gauge
saptarshi replied to Hemant's topic in Using FusionWidgets XT
Hello Hemant, Great to know it's working now. Happy FusionWidgeting! -
Hello, Could you tell us specifically why you want to control the bar height. We may try to look at some other way of achieving your end? There may be no way at all. But no harm in trying, right?
-
Hello, Not really. A pie chart is meant to handle positive non zero data. And that is how FusionCharts is built.
-
Y Scale goes crazy when negative numbers are plotted
saptarshi replied to MattBrown's topic in General usage
Hello, Welcome to the forum! What chart are you using? Could you please send us a copy of the XML you have used so that we can take a look? Hope this helps. -
Printing graphs using clientside javascript version
saptarshi replied to MattBrown's topic in General usage
Hello Matt, Welcome to the forum! Could you please check if you have Flash Player 10 installed? Also, please try setting the Flash Player Global Security Settings if you are running it locally. Please follow the steps in the following link: http://www.fusioncharts.com/forum/FindPost8077.aspx Hope this helps. -
Cannot generate true 3d column chart within Flash
saptarshi replied to Janek's topic in General usage
Hello, The class file for the MScombi3D.swf is chart3D.as. You can check out the source code of the MSCombi3D.fla to see which class file it associates to. Hope this helps. Please feel free to write to us for any further query. -
need only integer and unique values in Cylinder
saptarshi replied to mithun's topic in Using FusionWidgets XT
Hello Mithun, I am afraid it is not possible to display the values the way you have specified. However, this can be done programmatically to generate the required XML. Hope this helps. -
SetDataUrl does not update data in IE7
saptarshi replied to mithun's topic in Using FusionWidgets XT
Hello Mithun, Glad to know it is working now. Happy FusionWidgeting! -
Hello, Welcome to the forum. The general format for URL encoding is given below: XML Example: <chart caption='Monthly Sales Summary' subcaption='For the year 2006' xAxisName='Month' yAxisName='Sales' numberPrefix='$'> <set label='Jan' value='17400' link='DemoLinkPages/DemoLink1.html'/> <set label='Feb' value='19800' link='DemoLinkPages/DemoLink2.html'/> </chart> The URLs must all be URL encoded. For more detail on drilldown please go to the following link: http://www.fusioncharts.com/docs/ and check out the 'Drill down charts' section on the left hand panel. Hope this helps.
-
Problem with exporting chart using php class
saptarshi replied to veerugadde's topic in FusionCharts and PHP
Hello, Great. -
need help with exporting chart to pdf using php class
saptarshi replied to veerugadde's topic in General usage
Hello, Glad to know it is working now. It's true. Many, many of the problems with JS can be traced down to setting the regiserwithJS flag being not set to 1. Happy FusionCharting! -
Hello Ivan, Is it working now?