Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. Javascript chart image export not working

    Hi Deepti, We at our end are not facing any such issue. Please fond the attachment of the exported image.
  2. stacked bar chart sum displayed cuts off

    Hi Simi, The issue has been logged as a bug at our end. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  3. MSCombi3D and adjustDiv

  4. Hi Remy, An improvement has been logged for the issue and we are looking into it. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  5. Gantt Chart - Different behavior on iOS and Android

    Hi Remy, Welcome to FusionCharts forum posts. Could you please confirm which version of FusionCharts you have been using ? Awaiting response.
  6. MSCombi3D and adjustDiv

    Hi Ron, Could you please have a look at the fiddle: http://jsfiddle.net/mex5b6tk/ ? The fiddle is MSCombi3D chart, where "adjustDiv" is applied along with max and min value. (Fiddle uses 3.8.0 files) We have not faced any such issue. Please elaborate if we are missing out anything. Thanks.
  7. Hi, If you do not use the theme "fint", you need to make use of the attribute "showLabels" and set it to 1. In the fint theme, most of the attributes are defined internally and hence the difference. Please refer fiddle: http://jsfiddle.net/tnyxk8zy/ Hope this helps. Thanks.
  8. Scatter chart not showing xaxis labels

    Hi Deepti, Please check out the bootstarp sample from the drop box link below: Link: https://www.dropbox.com/s/77tukp4xmfeq6sg/16884.rar?dl=0 If your issue still persists, I can only comment further only if you update above sample, replicate the issue and send it back to us for further assistance, because at our end we are unable to replicate it. Thanks.
  9. tooltip not working in google chrome

    Hi, Could you please check out this fiddle: http://jsfiddle.net/bc6pmxoL/ , if the issue still persists. Also, please do check out any of our gallery chart to replicate the issue http://www.fusioncharts.com/charts/ The above link and fiddle uses the latest version 3.8.0 files. Please share your observations.
  10. Gantt Chart - Last Category Width

    Glad that your issue is resolved. Feel free to revert back to us for further queries.
  11. Gantt Chart - Last Category Width

    Hi, Please set your end date for "label": "2014" as "end": "09/31/2014" , it would resolve your issue.Since you had end date as "12/31/2014" and there is not data after month 09, the space appears for 10,11 and 12th month as well. Please refer fiddle: http://jsfiddle.net/b1yh6zLr/ Hope this resolves your issue.
  12. Javascript

    Hi, The downloaded sample is a very old one.We would suggest you to download our latest sample from download link : http://www.fusioncharts.com/download/ and follow our latest documentation: http://www.fusioncharts.com/dev/usage-guide/getting-started/your-first-charts/building-your-first-chart.html Hope this helps. Feel free to revert back to us for any other assistance. Thanks.
  13. White space in Scatter chart after upgrading to v3.6.0

    Hi, Though the issue has been taken up as bug and will be fixed soon, for the time being you can bypass the issue with the use of the below two attributes as follows: adjustVDiv = '0' manageplotoverflow ="0" Fiddle: http://jsfiddle.net/6wanj8xd/ Hope this helps.
  14. div lines does not show up in firefox

    Hi Suresh, The reported has been resolved in our latest version 3.8.0 and has been released recently. You can download the eval version from http://www.fusioncharts.com/download/ Please upgrade and share your feedback. Thanks.
  15. Change Default Legend Icon

    Hi Tony, Hope you are doing well. Thanks for your patience. The new feature of custom legend in a multi-series chart has been added in our latest version 3.8.0 Please have a look the fiddle : http://jsfiddle.net/fusioncharts/Tu57h/ (fiddle uses latest 3.8 files) .Make use if the attribute "drawCustomLegendIcon" and set it to 0 in the chart element. Ref. doc: http://www.fusioncharts.com/dev/usage-guide/configuring-your-chart-legend.html Hope the information is helpful. We would suggest you to upgrade to our latest version and test your application. Please feel free to revert back to us if we missed out anything or for any further assistance. Thanks.
  16. Hi, Thanks for your patience. The issue has been looked after in our latest version 3.8.0 Please have a look the fiddle :http://jsfiddle.net/kn5rzeLq/ (fiddle uses latest 3.8 files) Hope the information is helpful. We would suggest you to upgrade to our latest version and test your application. Please feel free to revert back to us if we missed out anything or for any further assistance. Thanks.
  17. Hi Igor, Welcome to forum post. We have logged a bug for the issue and forwarded it the relevant department. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  18. Drilldown Map Displaying Another Chart

    Hi, Could you please have a look at the fiddle of a drill down map http://jsfiddle.net/fusioncharts/FxgCD/ ? In the above fiddle, if you click North America , the map drills down to another map. Hope this helps. Feel free to revert back to us for any further assistance. Thanks.
  19. Can msbar2d charts have a fixed space for labels?

    Hi, Could you please try out the "maxLabelWidthPercent" attribute in your chart element and set a value accordingly. This attribute restricts the maximum length of data labels in terms of percentage of the charts width that the data labels can occupy. If a data label is longer than the specified percentage width then it will either be wrapped or get truncated, subject to availability of vertical space. Unnecessary space is not reserved for the data labels, in case all of them are shorter than the specified maximum width. If we are missing out anything, please share a screenshot highlighting your requirements along with the scaled down chart data. Thanks.
  20. Define plotting point for column chart

    Hi Bharat, The kind of your requirement is natively not possible, but as a work around you can make use of trendlines as in the demo fiddle: http://jsfiddle.net/sogaytqf/ Or it can also be achieved with chart annotations as in the feature gallery example : http://www.fusioncharts.com/features/custom-annotations/ Ref doc: Annotations: http://www.fusioncharts.com/dev/usage-guide/annotations/creating-annotations/introduction.html Trendlines : http://www.fusioncharts.com/dev/usage-guide/configuring-your-chart-trend-lines-and-zones.html Hope this helps.
  21. Scatter chart not showing xaxis labels

    Hi Deepti, There is no such issue with updateFusionCharts method also. Please check the sample : https://www.dropbox.com/s/2d4rsv9enu5uob0/JQueryUpdate.rar?dl=0 Ref. doc: http://www.fusioncharts.com/dev/usage-guide/using-with-javascript-libraries/jquery/updating-chart-properties-using-jquery.html Hope you are able to understand how to use the update method. Thanks.
  22. Define plotting point for column chart

    Hi Bharat, Could you please have a look at the fiddle: http://jsfiddle.net/91b1zcj9/ ? Its a multi-series column 2D chart, with negative values. Please share share your observations if it suites your requirements.
  23. White space in Scatter chart after upgrading to v3.6.0

    Hi, Issue has been identified as bug and has been logged for improvement. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  24. Hi, Could you please have a look at the fiddle: http://jsfiddle.net/moonmi/56h8yepe/ You can set the color for the particular data value which has negative value. Hope this helps.