Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. is this possible in multi-axis charts

    Hi Sumant, For dashed lines towards the end of a line chart you need to set the attribute "dashed" to 1 in the set element of the chart. Please refer the fiddle below for its implementation. http://jsfiddle.net/moonmi/bqqd1fcx/ Hope this helps.
  2. Export failing with exportChart()

    Hi Dennis, Hope your issue will be resolved once upgraded. Please do share your feedback if the issue is resolved. If the issue still persists do not hesitate to write back to us. Thanks.
  3. Hover text issue

    Hi Deepti, A demo sample of a drill down chart has been shared. Please download the sample from the drop box link below: https://www.dropbox.com/s/69izau6a7m3rp9e/forumpost16333.zip?dl=0 Please note the sample uses the latest version files. Hence we suggest you to upgrade to the latest version and cross check your sample. If the issue still persists please write back to us. Thanks.
  4. Chart Caption Wrap issue

    Glad that your issue is resolved.
  5. Hover text issue

    Hi Deepti, Could you please confirm which version of FusionCharts you have been using to render the charts? We at our end have tested drill down charts on IE browser as well using the latest JS files (3.5.0). Hence we would suggest you to try and upgrade to our latest version and cross check the sample. The evaluation version can be downloaded from the link below. http://www.fusioncharts.com/download/ Please share your valuable feedback if your issue is resolved. Do drop us a mail if you require any further assistance. Thanks.
  6. Data not displaying properly

    Hi, Could you please share with us your chart XML/JSON data for plotting the chart so that we can assist you accordingly. Awaiting for your response.
  7. Chart Caption Wrap issue

    Hi, Below is the updated fiddle link. http://jsfiddle.net/moonmi/bdt5dngw/2/ In the fiddle we have "maxLabelWidthPercent" attribute used. With this attribute we can specify the maximum % of available width for data labels. This attribute takes a value between 5 and 80. Hope this helps.
  8. Chart Data is not coming right though query is fine.

    Hi Aditya, Could you please check on your code if you have missed out any category level (label) while converting the data from database to JSON/XML format? It might so happen that some category level data is missed out on iteration of the chart data. If the issue still persists do share with us your scaled down code part so that we can assist you accordingly. Awaiting for your response.
  9. Multi-Series 3D Stacked Column chart?

    Hi, We do not yet support the kind of your required chart. However, we have logged a request for the Multi-Series 3D Stacked Column chart type . We will let you know about its feasibility soon. Thanks.
  10. Zoomline Chart not working fine with Gantt Chart

    Hi, Could you please download the sample from the drop box link below ? It has a sample where in a single page a simple zoomline and gantt chart is rendered. https://www.dropbox.com/s/o653r9xd4s3h0v0/forumpost16284.zip?dl=0 If the issue still persists please share with us your chart data and the steps to replicate the issue so that we can assist to accordingly. Awaiting for your feedback.
  11. Hi, We have a demo sample for your requirement. Please download it from the drop box link below. https://www.dropbox.com/s/p90pe22jep71utu/jquerySample.zip?dl=0 Hope this helps.
  12. Export failing with exportChart()

    Hi Dennish, Could you please try upgrading to our latest version of FusionCharts and cross check if the issue still persists? The evaluation version can be downloaded from the link below. http://www.fusioncharts.com/download/ The upgrading steps can be followed from the documentation link below. http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html With our latest version to setup a private export server in ASP.NET, you will need the official ASP.NET export handler provided in the FusionCharts package. The export handler will provide the necessary files to configure the export server. It will handle all requests sent by the user for exporting and generate the chart in the requested format. Please refer the documentation below for reference. http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-asp-net.html Hope this would resolve your issue. If the issue still persists please do drop us a mail. Thanks.
  13. fusioncharts.powercharts.js file version issue

    Hi, As you have mentioned that you have been using different files from different version, this will cause issues with the charts. We would suggest to to use all the JS files from a specific version only. Could you please try upgrading to our latest version and test your charts for any issue. To download the latest Evaluation version of FusionCharts Suite, please visit the link: http://www.fusioncharts.com/download/ Please note that starting v3.4, the file names and package structure of FusionCharts JavaScript library files have changed. Additionally, all file names are now in lower case to avoid conflicts on case-sensitive servers. Please refer the documentation link below for upgrading. http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html Hope this would resolve your issue. If the issue still persists please do drop us a mail. Thanks.
  14. Zoomline Chart not working fine with Gantt Chart

    Hi, Could you please try and test the fiddle below from our fiddle gallery. http://jsfiddle.net/fusioncharts/WDsZF/ Please note that the above fiddle has been created using the latest (version 3.5.0) JS files. Hence, we would suggest you to try and upgrade to our latest version and cross check your chart. If the issue still persists please share with us your zoomline chart data so that we can assist you accordingly. Awaiting for your response.
  15. Converting PHP Charts to Javascript

    Hi, FusionCharts can be used with AJAX as well. If possible could you share with us your code part so that we assist you accordingly. Awaiting for your response.
  16. Problem exporting on bar chart

    Hi, It is not possible to export logo along with the chart with the current version. However, the issue has been taken care of and can be achieved with our next release version. We will keep you posted regarding the release. Until then your patience and support is appreciated. Thanks.
  17. Problem exporting on bar chart

    Hi, Please make use of the "exportenabled" and set it to 1 in the chart element. Also to hide the export menu icon, you can make use of the "exportShowMenuItem" and set it to 0. Please refer the fiddle below (updated fiddle) http://jsfiddle.net/moonmi/xocf5qtq/ Hope this helps.
  18. Stacked Area + Line Combination Chart

    Hi, We have logged a request and will keep you posted regarding any update. Until then your patience and support is appreciated. Thanks.
  19. Hi, A bug has been logged regarding the issue and are working on it. We will keep you posted about any update. Until then your patience and support is appreciated. Thanks.
  20. zoomline chart - when "seriesname" is clicked

    You are welcome ! Do write back to us of you have any other queries.
  21. zoomline chart - when "seriesname" is clicked

    Hi, To identify the legend item ("seriesname") in legend you can make use of the legendItemClicked() in your chart. This event is fired when user clicks on individual legend items. By default, the legend items on a chart are configured to toggle the visibility of the dataset (series) that the legend item points to. Please refer the fiddle below for its implementation. http://jsfiddle.net/moonmi/mf3z433c/ Hope this would resolve your issue. Thanks.
  22. Zoomline Chart not working fine with Gantt Chart

    Hi, Could you please confirm which version of FusionCharts Suite you have been using to render the charts. If possible do share with us your scaled down chart data so that we can we can test it at our end as well and help you resolve your issue. Awaiting for your response.
  23. Hi Vijay, Please note that to enhance the performance of Zoomline charts, cross-hair has been implemented which will depict tooltip and related feature and hence series name cannot be plotted along with dataVAlue to be displayed on tooltip. Hope the information is helpful.
  24. Hi, Yes we totally understand your situation. The 1st attach image with anchors overlapping is an image where chart is rendered in flash. Please note that the starting version 3.4.0 all charts are rendered as pure JavaScript chart. Due to the inherent difference between the technologies and differences in various browsers causes minor disparity between the Flash and JavaScript variants of the charts. Sorry for the inconvenience caused. Please write back to us if you have any other queries. Thanks.
  25. angulargauge annotations

    Hi, Glad that you were able to achieve what you wanted. Please drop us a mail if you require any further assistance. Thanks.