Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. Issue with displaying label when using scrollToEnd

    Hi Cedric, We already have logged a bug regarding the issue. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  2. Hi John, Could you please check out the screenshot attached ? We are using Windows7 and the screenshot is of Firefox. Could you please confirm if it is on any other windows OS ? Awaiting for your response.
  3. MultiSeries-Line Chart with sql and php

  4. Glad We were able to help you out.
  5. Hi John, At our end we are unable to replicate the issue. Could you please send us the exact screenshot or share a video clip of the issue ? Awaiting for your response.
  6. Hi, Could you please try out the "containerBackgroundOpacity" attribute element and set it to 0 for a transparent chart. Ref. fiddle: http://jsfiddle.net/moonmi/719fu8st/14/ Hope this would resolve your issue.
  7. div lines does not show up in firefox

    Hi Suresh, The issue is fixed internally and the fixed version will be released soon. We will keep you posted about any updates. Thanks.
  8. Lines not visible in line chart export

    Hi Samantha, Could you please confirm which version of FusionCharts you have been using and also please let us know if it is specific to any browser ? Awaiting for your response.
  9. Highlight series on legend mouseover

    Hi Suresh, We have logged a new feature request for your reported feature. We will look into its feasibility and keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
  10. div lines does not show up in firefox

    Hi Suresh, Thanks for the post. The issue has been logged as a bug and are working on it. We will keep you posted about any updates. Until then your patience and support is appreciated. Thanks.
  11. Labels in MS Bar 2D charts do not wrap

    Hi Jordi, You can make use of {br} tag in between the labels to break it into separate lines. We do not yet support any attribute to break labels into separate lines as by default they tend to appear as ellipses when the label names are too long. On mouse hover the the full label name is displayed. Ref. fiddle: http://jsfiddle.net/moonmi/6a9hf7q2/ Hope this helps.
  12. Fusion chart resize

    Hi, Glad that your issue is resolved. Please do drop us a mail if you require any other assistance. Thanks.
  13. Linear Colour for Thermometer Gague

    Hi Ronan, The kind of your requirement is not possible in thermometer gauge as of now. However, you can try out our Vertical LED gauge if it suites your requirements. Ref. http://www.fusioncharts.com/dev/chart-attributes.html?chart=vled Hope this helps.
  14. MultiSeries-Line Chart with sql and php

    Hi, Could you please download the sample from the drop box link below? Link: https://www.dropbox.com/s/3p2troiemz951sw/ForumPhpMSDbSample.rar?dl=0 In the demo sample we have database sample as well. Please import it to your local server before testing. Also, please note that we have tested the sample in Xampp at our end. Hence, we would suggest you to do the required for the particular set up. Hope the information is helpful. Thanks.
  15. Linear Colour for Thermometer Gague

    Hi Ronan, To change the fluid color fill you can make use of the "gaugeFillColor" attribute in the chart element and set it to any color as per your requirement. Please refer the fiddle below for implementation: fiddle: http://jsfiddle.net/moonmi/kfLnr94e/ Thanks.
  16. Live update in Angularjs gauge?

    Hi Alexx, Glad that you were able to resolve your issue. Feel free to drop us a mail for further assistance.
  17. 2d bar overlap bars of different series

    Hi, Natively, the kind of your requirement is not possible. However, you can make use of rectangle annotations to create the overlapping columns. Please refer the demo fiddle for implementation: http://jsfiddle.net/moonmi/L72kyuh0/ Also, do make use of "plotSpacePercent" attribute in the chart attributes to make space between columns for the rectangle annotations. Ref. http://docs.fusioncharts.com/tutorial-annotations-introduction.html http://docs.fusioncharts.com/tutorial-attr-column2d.html Hope this will resolve your issue.
  18. How to display text on MSLine chart

    Hi, Could you please try changing the text color to something visible? We are sharing the same data shared from your end by changing the annotation text color to black. Fiddle: http://jsfiddle.net/moonmi/hrjgnoqv/ Hope this will resolve your issue.
  19. Live update in Angularjs gauge?

    Hi Alexx, Could you please try out the sample from the drop box link below? Link: https://www.dropbox.com/s/cer1jvb8z7858qj/forum16810.rar?dl=0 Hope this would resolve your issue.
  20. Help with Basic Changes

    Hi, Could you please replace the subcaption line to the line as below: "subcaption": "Space occupiedd" The issue seems to be with the unmatched double quotes <" example"> . Hope this would resolve your issue. Thanks.
  21. Heatmap rows and columns labels

    Hi Morgen, To hide the labels from heat map please make use of the "showLabels" attribute and set it to 0. Please refer the demo fiddle for implementation: http://jsfiddle.net/moonmi/9uqyywkg/ Hope this helps.
  22. Anchor point show when mouseover in line chart

    Hi Sarah, We had added new hover attributes to line chart. Please refer the demo fiddle for implementation: http://jsfiddle.net/moonmi/h2ywh4y1/ Ref. doc: http://docs.fusioncharts.com/tutorial-attr-line2d.html Hope this helps.
  23. Help with Basic Changes

    Hi, Welcome to FusionCharts forum posts. We are sharing with you a demo map sample in the drop box link below. Please download and test it at your end. Link: https://www.dropbox.com/s/g7p5s3ihmtfuw1k/forum.rar?dl=0 If the issue still persists please revert back to us by updating the sample so that we can assist you accordingly. Awaiting for your response.
  24. Horizontal bar chart

    Hi, The kind of your requirement is not possible as of now. Hope the information is helpful.
  25. Small Value

    Hi, Could you please make use of the "displayValue" attribute . Please refer the value the demo fiddle below: http://jsfiddle.net/moonmi/dhsot9u0/ Hope this helps.