saptarshi
Members-
Content count
357 -
Joined
-
Last visited
-
Days Won
1
Everything posted by saptarshi
-
Hello, I checked. The tag should work. The problem could be because the charts are not updated. Could you please confirm if you are using the latest version of the charts? In case you are not, please visit the following to update: http://fusioncharts.com/PUC/ Hope this helps.
-
Hello, Could you please post the XML you are using as an attachment here (.xml file) so that we may take a look at what might be going wrong? Awaiting your reply.
-
Hey Jon, You are most welcome! Great that it's working now. Happy FusionCharting! :w00t:
-
Hello, I tested your XML in our labs. Could you please make the following changes to your XML and see if it suits you? Keep the data intact (No need to round them up). In the <graph> element: 1. Set yAxisMinValue='-12' 2. Set yAxisMaxValue='24' 3. Set numDivLines='5' Hope this helps.
-
Animation for RealTime Data Streaming
saptarshi replied to saptarshi's topic in Suggestions & Requests
Hello, There are several animation customizations available in FusionWidgets. For more detail, could you please visit the following website? http://www.fusioncharts.com/widgets/docs/Contents/Styles/Animation.html Hope it helps. -
Hello, Could you please set formatNumberScale='0'..> and try again? Hope this helps.
-
Hello, Which chart are you using? The XML has to be correctly constructed with zero values for the chart to show.
-
Can't specify yAxisMaxValue for Stacked column 3D + Line
saptarshi replied to Loko's topic in General usage
Hello, Could you please use the following attributes in your chart element? PYAxisMaxValue='100' (instead of YAxisMaxValue) PYAxisMinValue='0' (instead of YAxisMinValue) Since a Dual Y-axes chart has two axes, you need to specify pY(primary Y) and SY(secondary Y) when using attributes. Hope this helps. -
Hello, Could you please confirm if you are using the latest version of FusionCharts? You can go to debug mode to check this. In case you are not please visit the following page to update: http://fusioncharts.com/PUC/ Hope this helps.
-
Hello Asmi, The correct way of setting the registerWithJS flag is while creating a new chart object. Here is an example: <script type="text/javascript"> var chart1 = new FusionCharts("Funnel.swf", "ChId1", "600", "400", "0", "1"); chart1.setDataURL("Data.asp"); chart1.render("chart1div"); </script> For a detailed documentation on how to use the FusionCharts API, kindly visit the following link: http://www.fusioncharts.com/docs/ and check out the section titled 'Chart XML API' in the left hand menu panel. About the last problem of not being able to open it from another computer, it can be due to the Flash Player Global Settings. To know how to set the Flash Player global setting on a computer, please visit the following link: http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 Hope this helps.
-
'DOMId' is undefined error with some charts
saptarshi replied to agreene's topic in Javascript Problems
Hello, Your problem has been forwarded to our developer team. We will get back to you. Thank you for your patience. -
Hello, Could you post the XML you are using so that we may have a look?
-
Hello, Your suggestion is really reasonable. We hope to implement it in the next version of FusionCharts. Thank you so much!
-
Gantt Charts Reports are not displayed in a correct format
saptarshi replied to narendra's topic in General usage
Hello Narendra, Welcome to the forum! Could you please post your XML as an attachment (.xml file) here so that we may take a look at what might be causing the problem? Waiting for your response. -
Hello Arnaud, Glad to be of help. And happy that it worked for you! Happy FusionCharting!
-
Could i add label for some points in line chart?
saptarshi replied to internet9's topic in XML Issue
Hi, Which version of FusionCharts are you using? -
Hello, Welcome to the forum! I am afraid, we do not have any provisions for a dual X-Axis chart at this time. We have noted your suggestion and have added it to our wishlist.
-
Hello Arnaud, Yes, every chart in FusionCharts v3 has a detailed XML attribute description. Could you please visit the documentation page at: http://www.fusioncharts.com/docs/ And go to the section named 'Chart XML API'. Hope this helps.
-
Hello, Could you please try setting the yAxisMaxValue='desired positive limit' and the yAxisMinValue=''desired negative limit' in the chart element? Hope this helps.
-
Hello, Could you please post your entire XML as an attachment here (.xml file) so that we may have a look? Looking forward.
-
Hello, Yes, only yesterday, we were discussing your situation and we all thought it is probably because of the server. Connection speed could not be an issue since we had tested it on our connection. But really happy to know your project is making headway. Of course there still remains scope for dialogue on how to make things work better. And your feedbacks are extremely important for this reason. Thank you so much.
-
Hello Asmi, The fundamental difference between a single series and a multi series data is the number of data sets. You can check out two chart examples: Single series:http://www.fusioncharts.com/Gallery/Chart.asp?column3d_3 Multi Series:http://www.fusioncharts.com/Gallery/Chart.asp?mscolumn3d_1 Also, in your charts could you please try setting RegisterWithJS to one? Hope this helps.
-
Hello Sajid, There is no way to achieve that using FusionCharts currently.