Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

About Moonmi Sonowal

  • Rank
    Supreme Being

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

8,401 profile views
  1. Hi Moonmi,

     

    i have tried to create the bar chart using Jquery.

    i used below Library

    <script type="text/javascript" src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
    <script type="text/javascript" src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js?cacheBust=56"></script>

    But i am getting issue like "Chart type not supported".

     

    Can you please help me out here?

     

  2. Tooltip overflows chart container

    Hi, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.11.3, released over the weekend that will resolve your reported issue of tooltip overflow ? Fiddle: http://jsfiddle.net/03wd19qt/ P.S Kindly clear cache befor testing with the new files. 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 v3.11.3, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. If you require any further assistance please do drop us a mail.
  3. Dual Y-Axis CSV Data Formatted Incorrectly

    Hi Alex, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.11.3, released over the weekend that will resolve your reported issue for secondary number suffix of dual yaxis charts ? Fiddle: http://jsfiddle.net/a82qcukr/ PS: Do clear your cache for testing with new files. 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 v3.11.3, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. If you require any further assistance please do drop us a mail.
  4. scatterchart : problem with big anchorradius

    Hi, As per your reported issue in our support portal with id: https://support.fusioncharts.com/helpdesk/tickets/515698 ,we have logged it as an improvement. Will keep you posted about any updates. Thanks.
  5. Map Container Max height, width

    Hi, Thanks for getting in touch. To turn off the opacity of the charts, you need to set containerBackgroundOpacity to 0. Fiddle: http://jsfiddle.net/moonmi/719fu8st/14/ Hope this helps. Thanks.
  6. Hi, We have been working on the issue of performance of the product. Our next official release is dedicated to it. In a next couple of weeks we would make a official release for the same. Please do check with the next release and share your valuable feedback. For more updates you can also log your issue in [email protected] Thanks.
  7. Svg fill attribute not taking full path for URL.

    Hi, Can you try using the latest version of FusionCharts ? Please download it from http://www.fusioncharts.com/download/ You can also refer our official angularJs plugin from http://www.fusioncharts.com/angularjs-charts/ Do try it out and share your views. Thanks.
  8. Text Orientation In Multi Pie Chart

    Hey, Apologies for the delayed fix here. For the previous post , we had suggested {br} tag to be applied between labels to break into two lines, which worked in that case. We have already logged it. However, if you have any other visualisation suggestion for such a scenario please do share the same. Thanks.
  9. Can't pass color attribute using setXML data

    I am updating a fiddle here: http://jsfiddle.net/opL8nfoc/11/ With chart data value for 2014 it has first color chart data set separately. Please check it out and share your feedback.
  10. Can't pass color attribute using setXML data

    Hey, Could you please confirm if you are using the latest version of FusionCharts ? Also, please check out this fiddle to use the method. Ref.: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#setXMLData Awaiting response. Thanks.
  11. Scatter Chart Performance issues

    Hi Alex, We have created a ticket for this forum post. Id: 514430 We will keep you posted about any updates via email on this id itself. Thanks.
  12. Multilevelpie text truncate/overlap issue

    Hi Prasad, The issue has been logged internally vis your support ticket id 514271. We will keep you posted about the updates. Thanks.
  13. Hi, Hope you are keeping well! Thank you for your patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.11, release over the weekend that will resolve your reported issue? 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 v3.11, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. If you require any further assistance please do drop us a mail. Thanks.
  14. MSBar2DLine

    Hi, The combinations charts supported from our end has been listed in the link below: http://www.fusioncharts.com/javascript-chart-fiddles/?type=Combination--Charts We do not support combination charts for bar charts. It is supported for column , line and area only as of now. Thanks.
  15. YAxisMinValue doesn't works

    Hi, Please add "adjustDiv" attribute to the chart attribute list and set it to 0. It will turn off the auto adjustment. However it will be ignored if any dataplot has value lees then specified in min value. Do try it out and share your feedback. Thanks.