Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Hi, Please try using the Bubble chart that would suit your requirement, as it supports numerical values along both X and Y axis. Ref.- http://www.fusioncharts.com/explore/bubble-xy-charts/ For more details on this chart, please refer to the following link. Ref.- http://docs.fusioncharts.com/tutorial-attr-bubble.html Hope this helps.
  2. ZoomLine charts not working properly in a scrolled panel

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.5.0 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps.
  3. Require.js and Fusioncharts

    Glad that your issue is resolved. Happy FusionCharting!!
  4. Hi, We have a native sample on this which might be useful to you. Please check and share your feedback. HighlightEnitityOnClick.zip
  5. Bubble.swf chart export bug

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
  6. Label problem with pie charts

    Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
  7. Require.js and Fusioncharts

    Hi, Apologies for the delay. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
  8. Support for require.js/ AMD

    Hi, Apologies for the delay. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
  9. Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
  10. Hi Pras, Welcome to FusionCharts Forum! Please note that FusionCharts supports exporting charts only to images or PDF. It cannot directly export to PPT. However, you can then save these exported images to some convenient location and then integrate it into your PowerPoint reports using your own code. Also, note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript charts and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps.
  11. Hi, Please note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript charts and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps.
  12. Setting up the dataSource for flash based charts

    Hi, Please note that "setXMLData" works perfectly with the Flash based charts. This function which takes XML embedded as string from the JavaScript. We call it Data String method. You are using an older version (Flash), hence, you may refer to the previous documentation. Ref.- http://docs.fusioncharts.com/charts/contents/?FirstChart/DataXML.html The documentation you have referred to is of the latest version, i.e, FusionCharts v3.4. This is purely a JavaScript version and does not support Flash any further. The constructor method is available with the latest version, i.e, FusionCharts v3.4 and can be referred to from here. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-building-your-first-chart.html Hope this helps.
  13. Fusion Charts V3

    Hi, Please note that starting from FusionCharts v3.2, you can render FusionCharts in both Flash and JavaScript mode. Ref.- http://docs.fusioncharts.com/charts/archive/3.2.1/Contents/?FirstChart/UsingPureJS.html Also, in case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below: FusionCharts.setCurrentRenderer('javascript'); This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts. However, we recommend you to upgrade to the latest version, i.e, FusionCharts v3.4. This is purely a JavaScript version (no Flash support any further) and we have included a lot of bug fixes, features enhancements and new features. Hope this helps.
  14. Can I add label on right side of chart

    Glad your issue is resolved!
  15. format tooltips in ZoomLine chart

    Hi, We would need your complete XML data in order to test the values. In case you have any issues to post it here, please mail it to us at [email protected]. Hope this helps.
  16. Hi, We are unable to replicate the issue you have mentioned as the Bubble chart is displayed perfectly with your JSON data. Please check with the following JSFiddle for your reference. Ref.- http://jsfiddle.net/sanjuktamukherjee/eZjjT/344/ Hope this helps.
  17. Hi, It seems like the folder where you are willing to save the exported image of the chart, does not exists, hence, it is throwing the error, Also, we would suggest you to upgrade your current version to the latest to resolve these issues, as we are not working any further on the previous version. Hope this helps.
  18. Hi, Please note that since FusionCharts XT, charts can dynamically resize itself when the parent container resizes. For this you will need to : >> Set the chart's size in percentage, and >> Set your HTML chart container such that its dimension changes dynamically when the browser resizes or due to other changes taking place in the page (like when an element is added or removed) Whenever the container element resizes, the chart will also dynamically resize itself instantly. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-changing-the-size-and-type.html Hope this helps.
  19. Hi, Please note that "FusionCharts.ready(function () " is a function supported since the latest version, i.e, FusionCharts v3.4. Hence, it would not be working as expected in any of the previous versions. Hope this helps.
  20. auto Position of node (x and y )

    Hi, Unfortunately there is no alternative to generate the X and Y for each node. We would need to provide it to the nodes based on the chart dimensions. Also, if the nodes take up the values dynamically, there might be a major chances of overlapping nodes which is not a desirable visualization. Hope this helps.
  21. LinkedCharts for Easy Drill-Down

    Hi, Welcome to FusionCharts Forum! Please note that FusionCharts accepts data only in the supported XML/JSON data format. Hence, no matter what your data source is, you would need to fetch the data, convert it to the support using some server-side script and pass it to the chart to display it. Hope this clarifies your query.
  22. Hi, Please send us the scaled-down sample along with the chart dimensions so that we might test it. Hope this helps.
  23. Using new API constractor

    Hi Daniel, Please note that the 0, 0 that you had referred to are actually the Boolean values for the debug mode and the registerwithJS parameter. Debugmode is not required anymore as the latest version does not support Flash any further and "registerwithJS" is always set to 1 by default in the latest version. Please send us your complete sample so that we might test it? Also, you can fix the "pieRadius" value so as to keep the pie size constant. Hope this helps.
  24. Hi, Could you please confirm the FusionCharts version you are using? In case it is the latest version, i.e, FusionCharts v3.4, please note that currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html If you are using a previous version, please send us a scaled-down sample or the error that you are receiving. Hope this helps.
  25. Force display of y-axis values

    Hi Albert, The chart calculates the space internally which might not be what is expected visually, hence, the skipping of values to prevent the chances of overlapping.