Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Not able to call a function on Mouse Click

    Hi, Could you please enable the parameter registerWithJS to "1" to register the chart with JavaScript? It's the last parameter in FusionCharts constructor function. Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1"); If you are running the application from local file system and not from web server (local or live) please check that you have Flash Player Global Security settings set on. To read more on this please read: http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 Hope this helps.
  2. Hi, You are welcome. The XML you have posted is completely correct. Just a minor change. The attribute linePosition="0.1" that you mentioned can only have the value of either "0" or "1". Ref.- <vLine color="000000" thickness="50" alpha="50" linePosition="0.1" labelPosition="0" labelHAlign="right" showLabelBorder="0" /> I am afraid, the Bevel effect that extends out of the chart cannot be removed when the thickness of the vLInes is increased, as of now, as I have already mentioned earlier. Please feel free to revert in case you have any further queries.
  3. Hi, It seems to be a JavaScript error. Could you please send us the sample code for our testing purpose? Awaiting your reply.
  4. gauge printing problem

    Hi Jose, Welcome to FusionCharts Forum. This is a bug of Adobe Flash Player 10.1 that has been encountered recently. A bug report of the same has been posted accordingly. Presently our development team is working for a fix of the issue. We will inform you as soon we come up with any solution. Thanks for your continued patience and patronage.
  5. vLine renders nasty with significant thickness

    Hi, Could you please refer to the following Forum thread link for the solution to your query? Ref.- http://www.fusioncharts.com/forum/Topic29518-29-1.aspx
  6. Hi, I am afraid, the Bevel effect that extends out of the chart cannot be removed when the thickness of the vLInes is increased, as of now. Please try setting the value of the attribute "alpha" to "50" in the <vLine> element to give the chart a visual effect of a "Vertical Zone". Ref.- <vLine color='000000' thickness='50' alpha='50' /> Hope this helps.
  7. More than one chart in html

    Hi, Welcome to FusionCharts Forum. In case you wish to display several charts on one page, you can do that by including the chart rendering code as many times as the number of charts to be displayed. Please make sure that the div id and the DOM id for each chart is unique. Also, you need to provide separate XML files depending on the chart to be displayed. Please refer to this section of code to find the way to display a Single-series Bar2D and a Column2D chart simultaneously on the same page. Ref.- <script type="text/javascript"> var chart = new FusionCharts("Coulmn2D.swf", "ChartId", "350", "375", "0", "0"); chart.setDataURL("Column2D.xml"); chart.render("chartdiv"); </script> </td> <td valign="top" class="text" align="center"> <div id="chartdiv1" align="center"> </div> <script type="text/javascript"> var chart = new FusionCharts("Bar2D.swf", "ChartId", "350", "375", "0", "0"); chart.setDataURL("Bar2D.xml"); chart.render("chartdiv1"); </script> </td> Hope this helps.
  8. Zero Bars in 3D Stacked Bar

    Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  9. Looking for a FusionMaps freelancer

    Hi, Please refer to the following Forum thread link to find the solution to your query: Ref.- http://www.fusioncharts.com/forum/Topic29478-52-1.aspx
  10. Hi, Please check with the following links for your reference: Ref.- http://www.fusioncharts.com/maps/Gallery/CustomerIndex.html http://www.fusioncharts.com/maps/Gallery/WorldPop.html http://www.fusioncharts.com/maps/GalleryMap.asp?mapName=World+Map+with+countries We would only provide you with the products (maps). But the underlying implementation needs to be built up by you. We do not provide any implementation work. Please revert in case you have any further queries. Hope this helps.
  11. Error in exporting:

    Hi Arkroop. Please refer to the following Forum thread link to find a solution to your query: Ref.- http://www.fusioncharts.com/forum/Topic29485-32-1.aspx
  12. Hey, Not a problem! Plaese feel free to revert in case you have any queries. Happy FusionCharting!
  13. Export to PDF format with Fusion

    Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not provide any solution for this issue, as of now. For your information, .Net framework provides certain APIs which allows the capturing of any control on a Winform. You need to use them in order to save the chart as image. Please revert in case you have further queries on the same.
  14. Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  15. Vertical scrolling in Gantt Charts

    Hi, You are always welcome. I am afraid, we do not have any work-around for this issue, as of now. Your suggestions are very important to us. I have made a due note of the same.
  16. Vertical scrolling in Gantt Charts

    Hi, I am afraid, FusionWidgets does not support Vertical Scroll Bar, as of now.
  17. Hi Hari, You are always welcome. Glad that I could help you in resolving the issue. Happy FusionCharting!
  18. Hi Hari, In FusionCharts, the charts adjust the Data labels in accordance to the specific space alotted for each label. In this case, your long labels are exceeding the space alotted hence it is getting cropped. Could you please try including the line break " ;" in your long Data Labels to display it in multiple lines without getting cropped? Ref.- <category label="GL02- Maintain GL Master Data vs. PR01-Vendor Master Maintenance-High" /> We have tested the "WrongXML" that you have sent. It seemed to work fine in our lab but the line break " " is included to resolve the issue permanently. You can continue using the line break even when you have lesser dataplots to display. Please refer to the attached screenshot of the rendered chart for your reference. Hope this helps.
  19. Hi, Welcome to Fusioncharts Forum. The link you have provided is working fine when tested in our lab. The image of the running site is attached with this post. Note: The image is same as the one you have sent. Please revert in case you have further queries on the same.
  20. Hiding zero in Stacked Column

    Hi Hari, You are most welcome. Glad that I could help you in resolving the issue. Please feel free to revert in case you have any further queries. Till then, Happy FusionCharting!
  21. Add text to background and highlight today

    Hi Sanjay, Could you please try using the atrributes "caption" and "subCaption" in the <chart> element for adding string/text on top of the chart? Ref.- http://www.fusioncharts.com/docs?/ChartSS/ScrollLine2D.html#Anchor2 Could you please try a setting a different color for the attribute "color" and a higher value for the attribute "thickness" in the <vLine> element to highlight it? Ref.- http://www.fusioncharts.com/docs?/ChartSS/ScrollLine2D.html#Anchor17 Also, you can apply "styles" on the VLINES object. Styles lends a simple mechanism using which you can easily control the visual layout of charts applying specific font, effect and animation to the objects. Ref.- http://www.fusioncharts.com/docs/ >> FusionCharts v3 STYLES Hope this helps.
  22. Bug with MSColum3D and legend

    Hi Mathieu, Welcome to FusionCharts Forum. The XML you are using to render the MSColumn3D chart does not have the <categories> element mentioned in it. The <categories> element lets X-axis labels of the chart to bunch together . For a Multi-series chart, it's necessary to provide data labels using <category> elements under <categories> element. Could you please recheck with the XML and modify it as per your requirement? Please feel free to revert in case you have any further queries on the same.
  23. Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  24. FusionChartsExportObject is undefined

    Hi Ryan, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting!
  25. Bar Width on a Combi3D

    Hi, You are welcome. Happy FusionCharting!