saptarshi

Members
  • Content count

    357
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by saptarshi

  1. show data values in multi lines?

    Hello, Could you please try using a new line character to change the line and see if it works? (slash n)
  2. Y Scale goes crazy when negative numbers are plotted

    Hey Matt, You are most welcome! We are happy to be of help.
  3. Fusionchart dataURL method with DNN

    Hello Rick, Welcome to the forum!:w00t: Could you please post your code here so that we may have a look at what might be going wrong?
  4. The bug has been reported to the mozilla forum by one of our forum memembers.
  5. Hello, Welcome to the forum. I am afraid, at this time, it is not possible to achieve this effect with FusionMaps.
  6. Problem with server-side export

    Hello Ian, Your code is working. If the window size is very large then the process is very slow, since the image is large. But it is working!
  7. Fusion Charts API- free?

    Hi, Could you please let us know which chart you are using (SWF name)? 1. In dataXML string, the XML you are using a Multiseries chart's XML. and in dataURL (SimpleExample.xml ) it is a single series chart's XML. You would need to change the chart's SWF name accordingly to work with it.
  8. Hello , Welcome to the forum. I am afraid, it is not possible to wrap the text displayed in a ChartNoDataText.
  9. Fusion Charts API- free?

    Hello Asmi, The FusionCharts logo will appear as long as you are using the evaluation version of FusionCharts. When you buy a license you will be provided with new SWF files which will be exactly similar, only minus the logo. Hope this helps.
  10. ScollBar with multi axes

    Hello, Welcome to the forum! :w00t: Do you want a chart like this? (see the link to our chart gallery below) http://www.fusioncharts.com/Gallery/Chart.asp?scrollcombidy2d_1 Could you please go to the following documentation page to see how this chart can be built? http://www.fusioncharts.com/docs/Contents/ChartSS/ScrollCombiDY2D.html Hope this helps.
  11. Dashing a line with MSSpline

    Hello, Welcome to the forum. I am afraid, the plotting line cannot be made a dashed line in a MSSpline chart, currently. The vertical divisional lines, trend lines, etc can be made dashed. Hope this helps.
  12. label rotation

    Hello, Welcome to the forum. Could you please try setting the slantLabel attribute in the chart element to one? This can be done as shown below: <chart ...slantLabels='1' ...> Hope this helps.
  13. File extension in Export Component

    Hello, Great to know you fixed it! :w00t: You are most welcome, really. Happy FusionCharting!
  14. How i can put 2 maps in the same index.html

    Hello, Welcome to the forum. :w00t: To have multiple charts on the same page you must make sure they have unique(different) chart IDs and div IDs. To get a basic idea on how to put multiple charts on the same page, could you please take a look at the following documentation page? http://www.fusioncharts.com/docs/Contents/MultipleCharts.html Hope this helps.
  15. MultiAxisLine Chart Axes and Checkboxes

    Hello, Welcome to the forum! For more detail on how to use JavaScript with FusionCharts to update data without a page refresh, please read the documentation on the topic. Could you please visit the following page and see the section named 'FusionCharts and JavaScript'? http://www.fusioncharts.com/docs/ Hope this helps.
  16. Y Scale goes crazy when negative numbers are plotted

    Hey Matt, Sorry for the delayed response. For this XML could you please set the numDivLines='11' ? I am attaching the screenshot. Hope this helps.
  17. Problem with server-side export

    Hello, Could you please confirm if you are using the updated versions of the charts? In case you are not, you should first update them at: http://fusioncharts.com/PUC/ Also could you post your code as an attachment instead? Oh, and welcome to the forum!
  18. how to draw this chart?

    Hello, Welcome to the forum! The image seems to be broken. Can you please post it as an attachment?
  19. Reg. 2d dual y combination chart

    Hello Sajid, You are most welcome! Could you please post your XML here as an attachment so that we may take a look at what is causing trouble?
  20. Single Series 2D bar orientation

    Hello, Do you want vertical columns for your chart? Which chart are you using?
  21. Refresh colour

    Hello, Glad to know it is working! Happy FusionCharting.
  22. Refresh colour

    Hello, Could you please try the following and see if it works? 1. Set the window mode to transparent. 2. Set the bgAlpha to zero. 3. Use any color you want to fill your div. Do let us know if this works.
  23. Hello, Thank you so much for the effort. We really appreciate it.
  24. IF all in chart, then FC chooses YaxisValues

    Hello, You are most welcome.
  25. Multi-line subcaption?

    Hello, Yes. Great!