saptarshi
Members-
Content count
357 -
Joined
-
Last visited
-
Days Won
1
Everything posted by saptarshi
-
Hi, Could you please send us the data sets you are trying to plot? We will see if we can make it work? Thanks.
-
Multi-series Bar Chart - hide empty / zero values
saptarshi replied to cawthor's topic in General usage
Hello, I am afraid that is not possible. The chart does not manipulate the data that is fed to it. It just displays what it gets. -
VB6 Version - Need Silent / Invisible Mode
saptarshi replied to retro74's topic in Suggestions & Requests
Hello, You have made a very pertinent point. Actually we are working on this issue. Hopefully this will be solved in the future versions. Thank you. -
Double y line (same value) with trendline (2nd order polynomial)
saptarshi replied to reezwan's topic in Suggestions & Requests
Hello Reezwan, Welcome to the forum. Could you please check the following chart on our gallery and see if this is similar to what you have in mind? (not data wise, just the features in the chart)? http://www.fusioncharts.com/gallery/Chart.asp?msstackedcolumn3dlinedy_1 Things like first and second column displaying the difference of two data series, will have to be done programmatically to produce the required XML. The charts cannot perform any data manipulation. Send your feedback and we will try to help you achieve exactly what you need. Hope this helps. -
Hello Ramadevi, Could you please tell us what problem you are facing in implementing this? Waiting for your reply.
-
How do I add Javascript onClick() handler to county maps?
saptarshi replied to saptarshi's topic in Using FusionMaps XT
Hello, Welcome to the forum and apologies for the delayed response on our part. Yes, it is possible to unhide a DIV using a JavaScript function call. To do this you have to use drill down to invoke a JavaScript method which will then do the required unhiding of the DIV. Have you tried doing this? Please see the documentation page here: http://www.fusioncharts.com/maps/docs/Contents/DrillDown/JavaScript.html Hope this helps. -
Hello, We tested the XML in our labs. Could you please set showAlternateHGridColor='0' in the chart element and see? Actually the color is is fading because of the top most horizontal grid band. Hope this helps.
-
IE shows error when I try the example of setDataXML() Method
saptarshi replied to a topic in Using FusionMaps XT
Hi, Great! -
OH! And welcome to the Forum!
-
Hello, You will find all our blueprint codes at the link below: http://www.fusioncharts.com/Download.asp?bypass#BP Hope this helps.
-
Hi, Welcome to the forum! Could you send us the HTML and the XML you are using so that we may take a look at what might be going wrong?
-
RenderChartHTML returns 'Invalid XML' when including link attribute
saptarshi replied to a topic in XML Issue
Hello, Welcome to the forum. Could you please post your XML and HTML so that we may take a look at what might be going wrong? -
Hello Stefano, Please find attached a ZIP file which has an HTML, XML and the SWF file. Hope this helps. Prova.zip
-
Hello, Yes, it is possible to automatically generate the image on client side by using the javascript events raised by the chart, say FC_Rendered(DOMId). For more detail, could you please visit: http://www.fusioncharts.com/docs/ and check out the section titled 'FusionCharts and JavaScript' in the left hand Menu panel. Hope this helps.
-
MSLine chart, defining point color on individual points
saptarshi replied to hdotnet's topic in XML Issue
Hello, Could you make the following changes to your XML and try again? <set value="92.73"/> <set value="93.77"/> <set value="94.945" color="cccccc" anchorRadius="14px" toolText="awaited" anchorBorderColor='666666' anchorBgColor='999999' /> <set value="95.50" anchorBorderColor='666666' anchorBgColor='999999' /> <set value="94.90"/> <set value="95.21"/> Hope this helps. -
Hello, Here (attached) is the revised BETA version of the FusionChartsDOM.debug.js file. You may use this for now. However, this being a BETA, may have issues. Please feel free to write to us if you face any problem. Hope this helps. FusionChartsDOM.debug.js.zip
-
Hello, Welcome to the forum. Could you please post the XML you are using here as an attachment (.xml) file so that we may have a look at what might be causing the problem? Thanks.
-
Hello, I am afraid we do not have a chart with two Y-axes at this time.
-
Dynamically changing the AngularGauge.swf styles and data
saptarshi replied to a topic in Using FusionWidgets XT
Hey Nash, Like Rajroop said, .swf files are not editable. However, in order to change the .swf files, you will need to edit the source .fla files. You need to have an enterprise license to be able to download and edit the source (.fla) files. Please visit us at www.fusioncharts.com/help for the enterprise license. Hope this helps. -
Hello, I am afraid, the export feature was introduced from FusionCharts v3.0.5 and will not work in an older release. If possible, ask the client to upgrade to FusionCharts latest version by logging in at: http://fusioncharts.com/PUC/ The process is quite simple and more importantly, free.
-
Hi, Yes. Column 2D cannot support multiple axis. Could you please send us the datasets you are using or a rough XML, or a diagram. We promise to do our best to help you get what you want. Looking forward to your reply.
-
URL Encoding displaying as strange characters on serverside
saptarshi replied to jers's topic in FusionCharts and PHP
Hello Jeremy, Great that it is working now. And thank you for sharing your experience on the forum! -
Hello Mark, Your query has been forwarded to the DOM developers team. A member from the team will reply to your query.
-
Hello Adis, Welcome to the forum. I am afraid FusionCharts will show all values that is fed through the XML. The only way to achieve what you are asking for is by changing the XML. This has to be done by you programmatically so that in the XML created through that program all zero values are excluded. Hope this helps.
-
Hey Avnish, You are most welcome! And thanks.