Nabajeet

Members
  • Content count

    152
  • Joined

  • Last visited

Everything posted by Nabajeet

  1. Hi, Welcome to FusionCharts forum. The feature you have inquired is not supported. You can try out funnel chart if it meets your requirements. http://www.fusioncharts.com/charts/funnel-charts/ Thanks.
  2. Writing Chart to Child Window

    Hi, Welcome to FusionCharts Forum. After going through your code we realized that you are using a very old version of FusionCharts and we strongly recommend you to upgrade because the version you are using is no longer supported, also FusionCharts have upgraded to JavaScript only rendering which is supported across PCs, Macs, iPads, iPhones or Android devices. Flash is no longer supported in FusionCharts. You can download the latest trial version of FusionCharts here: http://www.fusioncharts.com/download/ Thanks.
  3. Hi, Can you share a live URL or sample. Also a reason for suggesting up-gradation to you is that dependency on jQuery files has bene removed from the latest files. Thanks.
  4. Hi, There is some control over the values shown in primary Y axis but for secondary Y axis only limit values can be controlled. Please share with us if you find any solutions. Thanks.
  5. Hi, Can you please upgrade to the latest version of FusionCharts and let us know if the problem is resolved. You can download the trial version here: http://www.fusioncharts.com/download/ Thanks
  6. Add dataset javascript

    Glad we could be helpful. Thanks
  7. Hi, You can control the limits of the secondary y-axis values but it is not possible to control the other values shown on the secondary y axis. Thanks.
  8. Add dataset javascript

    Hi Luis, You can use the setChartData() method to update the JSON/XML data but it shall reload the chart again. http://docs.fusioncharts.com/FusionCharts.methods.html#setChartData Thanks.
  9. Hi, You shall get the water mark if you are using the trial version of FusionCharts, if you have purchased the licensed version and still getting the watermark you must replace the js files properly also make sure you have cleared the browser cache. For more info on upgrading form evaluation version check here: http://docs.fusioncharts.com/tutorial-setup-upgrading-from-evaluation-versions.html Thanks.
  10. How to select which dots in scatter chart are on top?

    Hi, On our side its acting as said earlier the last series is shown on top. Can you send us a scaled down sample so that we can replicate your issue?
  11. Hi, We shall keep you posted about any developments in the issue. Thanks.
  12. Hi, We are not getting the issue using the latest version 3.6.0 in IE9, so we recommend you to upgrade. You can download the trial version here: http://www.fusioncharts.com/download/ Thanks
  13. Hi, Welcome to FusionCharts Forum, Tooltips cannot be individually disabled for error lines without disabling them for the anchors or plot.
  14. Hi, Can you let us know which version of FusionCharts and IE you are using?
  15. Please check this link for more info on how to upgrade: http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html
  16. Hi, SWF files were required by older versions of FusionCharts which are no longer supported, the newer versions are fully JavaScript dependent and as such we recommend you to upgrade. You can download the latest trial version of FusionCharts here: http://www.fusioncharts.com/download/
  17. Download Package > Code > J2EE > BasicExample

    Hi, The feature you have inquired is not supported by FusionCharts. The reason being that FusionCharts is dependent on JavaScript and JavaScript runs on the client side.
  18. How to select which dots in scatter chart are on top?

    Hi, It depends on the positioning of the series, the series you place last in the dataset will appear last.
  19. Download Package > Code > J2EE > BasicExample

    Hi, Only the fcexporter.jar file is required, fcexporthandler.jar file is not required in the latest version. fcexporter.jar file is available in the download package of version 3.6.0 Moreover please refer to our latest docs regarding the export handler using Java here: http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-java.html#_ga=1.210409367.307354263.1418119471
  20. Download Package > Code > J2EE > BasicExample

    Hi, You are referring to an older version of FusionCharts docs, we are in the process of updating the docs for J2EE implementation. You may refer to the the older docs in the meantime but remember to ignore the portions related to Flash, its no longer supported. You may go through the sample provide in this link: https://www.dropbox.com/s/63s2bdeunk1sg2a/FusionChartsJSPBeanExample.zip?dl=0 You can use the jar files used in the sample.
  21. Glad we were able to save your time. Thanks
  22. Invalid Data error when using JSON

    Hi, When you provide JSON data using URL method you must set dataFormat as jsonURL.
  23. Hi, It is not possible to change the sum values font style individually without changing the font styles of the data values.
  24. font formatting in Scatter Quadrant

    Hi Arijit, Please make sure your data values are in the range of your min/max values, if your values are outside this range, though you have set y x axis min max values quadrant will not appear because the max min values are overwritten by actual values. Please check this fiddle for a demo using your attributes: http://jsfiddle.net/nabajeet_fusioncharts/dhyk91q9/ You can refer here for info on customizing quadrants: http://docs.fusioncharts.com/tutorial-chart-guide-bubble-and-xy-charts-customizing-quadrants.html If still quadrant doesn't appear please send us a sample of your code
  25. Hi, Linked charts functionality is that on click of a data plot of one chart another chart is rendered which can be done replacing the original chart or on another div or as a popup. To fulfill your requirement you do not require a Linked Chart as such, rendering the two charts in two different containers will suffice. You can check out this dashboard for a demo: http://jsfiddle.net/fusioncharts/TumnU/ http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-building-a-dashboard.html