saptarshi

Members
  • Content count

    357
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by saptarshi

  1. Force yAxisMinValue?

    Hi, Could you please send us the data sets you are trying to plot? We will see if we can make it work? Thanks.
  2. Multi-series Bar Chart - hide empty / zero values

    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.
  3. 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.
  4. 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.
  5. Print function is not working

    Hello Ramadevi, Could you please tell us what problem you are facing in implementing this? Waiting for your reply.
  6. 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.
  7. SplineArea gradient problem

    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.
  8. FusionCharts Blueprint Application

    OH! And welcome to the Forum!
  9. FusionCharts Blueprint Application

    Hello, You will find all our blueprint codes at the link below: http://www.fusioncharts.com/Download.asp?bypass#BP Hope this helps.
  10. Random Map Size in IE

    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?
  11. 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?
  12. adding link to javascript function

    Hello Stefano, Please find attached a ZIP file which has an HTML, XML and the SWF file. Hope this helps. Prova.zip
  13. Server Side Image generation

    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.
  14. 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.
  15. Bug: Missing Chart Types in ChartAlias

    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
  16. yaxisminvalue and yaxisminvalue

    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.
  17. Dual Y axis in Widget

    Hello, I am afraid we do not have a chart with two Y-axes at this time.
  18. 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.
  19. How to find version of Fusion Charts?

    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.
  20. 2d Column Chart with Secondary Axis

    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.
  21. Hello Jeremy, Great that it is working now. And thank you for sharing your experience on the forum!
  22. Missing Feature wmode="transparent"

    Hello Mark, Your query has been forwarded to the DOM developers team. A member from the team will reply to your query.
  23. Do not show zero values in chart

    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.
  24. Showing Actual Values in data Labels

    Hey Avnish, You are most welcome! And thanks.