Mansi Shah

Members
  • Content count

    40
  • Joined

  • Last visited

Everything posted by Mansi Shah

  1. I need to export the fusion chart to PDF, which may contain other data also. So I think for that I need to convert it to image, then I can put that image in PDF with other data. How can I problematically create an image of chart?
  2. Hi, i am trying to bind xml data to "Box and whisker charts" by inline in javscsript and i am getting message "No data found". My sample code is : var myChart = new FusionCharts('../PowerCharts/BoxAndWhisker2D.swf', 'FitnessTest', 675, 250, '0', '1'); myChart.setDataXML("<chart caption='Scorecard Statistics' useroundedges='1' plotspacepercent='70' ><categories><category label='Guestplayer Guestplayer' /><category label='memberumesh memberumesh' /><category label='Umeshplayer Umesh' /><category label='Avc Bcb' /><category label='mempumesh mempumesh' /><category label='Linus A. Karlson' /><category label='Memberplayer Memberplayer' /><category label='Mansi Guest Shah' /><category label='Mansi Shah' /></categories><dataset seriesName='Score' lowerboxcolor='006ECB' upperboxcolor='9071CD'><set value='70,23' /><set value='70,23' /><set value='70,23' /></dataset></chart>"); myChart.configure("ChartNoDataText", "No data found"); myChart.render("dvChart"); i have tried to bind data using "myChart.setXMLData" but getting same message. i am note getting whats the problem.
  3. Data Not Found In Box And Whisker Charts

    My problem is solved. thanks for the help the version was 3.2.1 but i have not the latest update with fixes.
  4. Data Not Found In Box And Whisker Charts

    I have the latest version 3.2.1.
  5. Data Not Found In Box And Whisker Charts

    i am also not able to render charts in javscript. i am trying render charts with javascript by : FusionCharts.setCurrentRenderer('javascript'); but it shows "Chart type not supported"
  6. Data Not Found In Box And Whisker Charts

    Hi, Thanks for your reply. Its works. I have one more question : i want show x-axis labels with scroll bar as i have so many values in Box and whisker chart.
  7. Hi, Label names gets rotated when rendered with javascript although with same code working fine when rendered by flash. chart tag : <chart labelDisplay='Stagger' caption='abc' staggerLines='3' decimals='1' shownames='1' showBorder='0' showvalues='0' chartBottomMargin='10' formatNumberScale='0' adjustDiv='0' numDivLines='3' forceDecimals='1' NumberSuffix='%' >
  8. Label's Get Roated In Javascript View

    i have licensed version.
  9. Hi, i want to preset charts to render by javascript. For that i have written "FusionCharts.setCurrentRenderer('javascript');" in my code but it gives and javascript error "O.type is undefined" in fusioncharts.HC.js file and charts are not rendering because of that. Any suggestions ??
  10. Render Charts By Javascript

    Thanks for illustration , it helped me. In my project a default jquery file was loaded and it was not working with fusion chart, but from your sample project i got idea to add jquery.min.js file comes with fusion chart pack and it works for me. Now when the charts loaded by javascript, there is a label "Fusionchart" below the chart, how can i hide it?
  11. Label's Get Roated In Javascript View

    Thanks.. it was the problem with version, in older version the labels get rotated by default but its solved in newer version as you told. Now when i render the chart by javascript, it shows "Fusionchart" label below the graph, how can i hide it?
  12. Render Charts By Javascript

    Thanks for reply. i have added all the references and js files are also placed well. The problem seems to be have with new version of fusion charts, because i just test with old version its working fine in old version and there is no need to add >FusionCharts.HC.js >FusionCharts.HC.Charts.js files.
  13. Hi, i am using Column 3D Bar chart in my project. In one graph i need to show arrows as axis name. I am showing arrows using HTML CODE for arrows like, for left arrrow code = "←" etc. My problem is that the arrows displayed on x-axis shows wrong arrows although the data written in xml is fine, even in tooltip of bars it shows correct arrows. Here is example of my xml data and image what its showing : <?xml version="1.0" encoding="utf-8" standalone="yes"?> <chart caption="Missade inspel" decimals="1" showvalues="0" chartBottomMargin="10" formatNumberScale="0" yAxisValueDecimals="1" adjustDiv="0" numDivLines="3" forceDecimals="1" yAxisMinValue="0" yAxisMaxValue="100" NumberSuffix="%" labelDisplay="Rotate" slantLabels="1"> <set label="↓" value="66.67" /> <set label="↙" value="16.67" /> <set label="↘" value="16.67" /> </chart> i have attached image of what i get by this xml data.
  14. For superscript I tried by using < sup >< /sup >. But it is not working and shows invalid XML data. What other option can be used for that? string Club1 = Resources.WebResource.ClubTest_Club.ToString(); StringBuilder yMOI =new StringBuilder(); yMOI.Append("MOI (kg/cm)2 "); //does not show superscript in chart xmlData.Append("");
  15. Chart transperancy

    Hi, I have some comboboxes (telerik) and below that there is a fusion chart. The transparency attribute is already been set as below. xmlDATA = FusionCharts.RenderChartHTML("../FusionCharts/MSLine.swf", "myChartId", xmlData.ToString(), "Test", "860", "410", false, true, true); On windows it works proper and also on mac. The issue arises on Latest version of both OsX and Safari, and on a Macbook Pro. Can anybody give solution for this issue ASAP?
  16. Chart transperancy

    Any updates?
  17. Chart transperancy

    Here are the version information.
  18. Hi, I am using MSLine chart. I need to change the value intervals on Y-Axis, as it creates chart by automatic values on Y-Axis. Or I can change the distance between the values so, the points do not mess up with each other. I can't change the height of the chart, it has been set to its maximum. Here is how it is looking. What should I do to avoid the mess up of different values? And there is another issue of X-Axis first and last values. Is that possible to make X-Axis values a bit far from the borders? As it hides the values, please see the image below.
  19. Chart transperancy

    Is there any update on this?
  20. Thanks for the reply. It helped a lot. But the second issue is still pending, that, how to make the x axis text away from axis, as it cuts the text.
  21. Chart transperancy

    Is there any update on this?
  22. Chart transperancy

    Thanks for the reply. Here is the link - http://121.247.170.47/GolfWeb/fusionchart.aspx And here is the link which shows how it looks in latest OsX and Safari on a MacBook Pro.
  23. Hi, In my bar chart, I can't see the bars in chart in IE. They are very well visible in Mozilla and Safari. What can be the issue? Here is the difference in IE and Safari.
  24. Bars in chart - IE issue

    Please review http://www.fusioncharts.com/Demos/JS/Index.html, both in IE and Moizlla. I am not able to view the bars in IE, is there any specific plug-in that is required?? :discuss: