Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. Rotate values for only one series

    Hi, The attribute "RotateValues" only works at the chart element level and not at individual level. If set to 1 in chart element it will be set for all the levels. Fiddle: http://jsfiddle.net/S52bN/294/ Please do check the above fiddle. Thanks.
  2. Javascript drill-down function is not defined

    Hi, Could you please check out the fiddle: http://jsfiddle.net/moonmi/hxsm9ow5/ ? It uses the latest plugin and js files. Please do share your observations. Thanks.
  3. Restore button positioning

    Hi, Currently we do not support re-position of restore button on a Drag Node chart as per the requirement. Thanks.
  4. Gantt Chart takes more time to render in firefox

    Hi Yamini, After much investigation, it is found that the problem is due to creation of large number of SVG element, to render such amount of data the browser may get hang or crash. Our system is working fine as expected but the browser is taking long time to draw the elements, and for now we have no optimizing technique from our side. If the browser support drawing of so much DOM elements then only it will work. Thanks.
  5. Issue with displaying label when using scrollToEnd

    Hope you are doing well. This is regarding your reported issue on labels related to scroll. Please note that the issue has been fixed with our latest release. To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. Feel free to revert back to us for any further assistance.
  6. Gantt Chart takes more time to render in firefox

    Hi Yamini, There isn't any update yet. We will get back to you soon. Thanks.
  7. MsLine Chart using PHP and MYSQL

    Hi, Please check out the attached sample from the drop box link: https://www.dropbox.com/s/y1kfeli59kasgp3/phpDatabasesample.zip?dl=0 It has a demo database, please export and check it at your end. Please do share your observations.
  8. Gantt Chart takes more time to render in firefox

    Hi Yamini, Thanks for sharing the fiddle. We have logged an improvement for the issue and will keep you posted about it. Until then your support and patience is appreciated. Thanks.
  9. Gantt Chart takes more time to render in firefox

    Hi Yamini, Please share the updated fiddle link. Awaiting response.
  10. Hi, Could you please confirm if you are using any base tag on your application? If so, you need to use absolute URL. Ref code: FusionCharts.options.SVGDefinitionURL='absolute'; Fiddle: http://jsfiddle.net/5kvwvujb/ Hope this helps.
  11. Pie Chart is not filled in

    Hi, Could you please confirm if you are using any base tag on your application? If so, you need to use absolute URL. Ref code: FusionCharts.options.SVGDefinitionURL='absolute'; Fiddle: http://jsfiddle.net/5kvwvujb/ Hope this helps.
  12. zoomline chart Thumbnails

    Hi, The issue has been logged for improvement for zoomline charts as well. The shared work around would be for scroll charts only.I guess we missed out to mention that. We will keep you posted about the updates.
  13. Show/hide axes in bar2d

    Hi, To remove the axis line, you need to use the "showXAxisLine" attribute and set it to 0. But using using this attribute will remove both the axes. Hence, you can use the vertical line in the chart for your requirement. Please refer fiddle: http://jsfiddle.net/qs94aafp/ Hope this helps.
  14. Hi, Could you please try referring to the do the documentation of how to plot chart with data from database? Link: http://www.fusioncharts.com/dev/usage-guide/using-with-server-side-languages/asp-net/creating-charts-with-data-from-a-database.html Hope this helps.
  15. zoomline chart Thumbnails

    Hi, We have logged an improvement for the above mentioned issue. As a work around you can make use of the attribute "numVisiblePlot" and set it to value which will help to disable the scroll in the thumbnail. Please refer the fiddle below: http://jsfiddle.net/moonmi/9ntpkus2/ Regarding the issue, we will keep you posted. Thanks.
  16. Gantt Chart takes more time to render in firefox

    Hi Yamini, Could you please share your chart data so that we can go ahead and check it at our end as to assist you accordingly ? Please update your chart data in the fiddle: http://jsfiddle.net/fusioncharts/fLqSL/(update it with your data to replicate the issue ). Also, please do share the version of Firefox used. Awaiting response.
  17. Javascript chart image export not working

    Hi Deepti, The issue has been identified as that the POST BODY is being encoded and hence the issue. Please try not to encode it. Hope this helps. Thanks.
  18. exportDataSeparator parameter not working

    Hi Igor, we have logged a bug regarding the issue and nvestigating it further. We will keep you posted about any updates. Thanks.
  19. Javascript chart image export not working

    Hi Deepti, Please check the war file from the drop box link from the link: https://www.dropbox.com/s/mkn0ku0bpkv5lj6/ExportHandlerLinux.war?dl=0 As per our conversation over the chat, we currently do not have any MVC sample, but the above sample will help you resolve the issue. If you have further issues, please revert back to us. Thanks.
  20. Javascript chart image export not working

    Hi Deepti, Yes, please look into the set up of the server at your end further. Without replicating it at our end, we would not be able to comment further. Hope the information is helpful. Thanks.
  21. how to create chart with data from db?

    Hi, Could please have a look at our documentation for asp.net ? Link: http://www.fusioncharts.com/dev/usage-guide/using-with-server-side-languages/asp-net/creating-charts-with-data-from-a-database.html Hope this helps. Thanks.
  22. Javascript chart image export not working

    Hi Deepti, Could you please share the .war file of the project ? Awaiting response.