Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. Autoscaling y axis values in Fusion Charts XT Trial

    Hi, Could you please make use of the "adjustDiv" attribute and set it to 0. Ref. demo fiddle: http://jsfiddle.net/moonmi/hh0Lzsub/ With automatic disabling of div lines, you can give max and min value for y-axis as per your requirement. Ref. doc : http://docs.fusioncharts.com/tutorial-configuring-your-chart-div-lines-and-grids.html Implementation fiddle: http://jsfiddle.net/fusioncharts/FUmug/ Hope this helps.
  2. Autoscaling y axis values in Fusion Charts XT Trial

    Hi Akhila, Could you please confirm if you have set any max-value for the y-axis of your chart? You can also share the scaled down chart data so that we can test it at our end too and assist accordingly. Awaiting for your response.
  3. GANNT CHART

    Hi, Could you please share you issue by updating/forking the fiddle : http://jsfiddle.net/fusioncharts/z79b74k3/ Awaiting for your response.
  4. Angular fusion charts not loading

    Hi, With regards to dataSource as JSON/XML url we are looking into both "JSONUrl" and "XMLUrl" and will keep you posted about any updates. Until then your patience and support is appreciated. Thanks.
  5. Angular fusion charts not loading

    Hi, We are looking into the issue of dataScource as "JsonUrl". Meanwhile please continue with the fc-data-format to xml method. Regarding "invalid data" message, this message shows when the JSON/XML is malformed. Please make sure that the JSON/XML is formatted according to FusionCharts data format for the rendered chart. Please refer the data format for column2d chart from the documentation : http://docs.fusioncharts.com/tutorial-attr-column2d.html Hope this would resolve your issue. Regarding any update of "JSONUrl" in AngularJS we will keep you posted. Thanks.
  6. Dual Y axis - align zeros

    Hi, Could you please try setting the "showZeroPlane" attribute and set it to 1. Please refer the fiddle: http://jsfiddle.net/fusioncharts/Pfuk6/ Hope this helps.
  7. manually set secondary y axis value

    Hi, To set the the secondary y-axis limits externally you have to disable the auto adjustment of the div with the "AdjustDiv" attribute to 0. It disables the automatic adjustment of divisional lines and allows you to explicitly specify the number of div lines to render as well as the y-axis lower and upper limits. With the attributes "sYAxisMinValue" and "sYAxisMaxValue" you can specify the lower and upper limits respectively for y-axis. And with "numdivlines" attributes you can specify the number if horizontal div lines for y-axis. Please refer the fiddle for implementation : " http://jsfiddle.net/moonmi/wod0um8y/ Refer the documentation for supported attributes : http://docs.fusioncharts.com/tutorial-attr-msstcollinedy.html Hope this helps. Thanks.
  8. Bubble Chart With Colored Quadrant Backgrounds

    Hi, The kind of your requirement is not possible natively but can be achieved with the help of annotations. Please refer the fiddle below for implementation. http://jsfiddle.net/moonmi/upk2kty9/ To know more about annotations please refer the documentation below: http://docs.fusioncharts.com/tutorial-configuring-your-chart-annotations.html http://docs.fusioncharts.com/tutorial-advanced-charting-annotations-dynamically-positioning-annotations-using-macros.html Hope this helps. Drop us a mail if you require any assistance. Thanks.
  9. Zoomline - getting the start and end in pin mode

    Hi, For the kind of your requirement you can try the "pinned" event in the chart. Please refer the demo fiddle below: http://jsfiddle.net/moonmi/th8o5wa7/ In the fiddle we have alerted the start and end index of the pinned mode if the chart. Do refer the documentation link below: http://docs.fusioncharts.com/FusionCharts.events.html#event:pinned Hope this would resolve the issue. Feel free to drop us a mail if you have any other queries. Thanks.
  10. X axis Text Label length to be fixed to specific length

    Hi Ravi, Can you please make use of the "maxLabelHeight" attribute in the chart element. It takes values in pixels. This attribute can be used to set the maximum height for the x-axis labels (data labels) excluding the x-axis title. If any label goes beyond this height, the label will be truncated. In stagger mode, the number of stagger lines will be reduced if they exceed this value. Please refer the fiddle below for its implementation http://jsfiddle.net/moonmi/jxsfdygb/ Hope this would resolve your issue. If the issue still persists or if the we missed out anything please share a screenshot highlighting the issue so that we can assist you accordingly. Thanks.
  11. Legend wrap using themes, not with no theme

    Hi Bryan, We totally understand your requirement and have logged and improvement regarding the issue. We'll keep you posted about any updates. Until then your patience and support is appreciated. Thanks.
  12. Legend wrap using themes, not with no theme

    Hi Bryan, Please note that the themes has there own chart element combination of font , color etc. internally as a whole for the look and feel of the chart. Hence, when we do not apply any theme the default setting for a chart gets applied accordingly. With regards to your issue, the legend icons gets wrapped as there is not enough vertical space in the chart. You can try increasing the chart dimension accordingly or use the attribute "legendIconScale" and set it to 1. If still the wrapping occurs, you can keep using the chart without any theme applied and instead apply the chart element combination as per the demo fiddle below. http://jsfiddle.net/moonmi/3fmg36m7/ Hope this would resolve your issue. Do drop us a mail if you require any further assistance. Thanks.
  13. Dual Y axis - align zeros

    Hi, You can set the y-axis max and min value for the chart. Please make use if the attribute "adjustDiv" and set it to 0 in the chart element. It disables the automatic adjustment of divisional lines and allows you to explicitly specify the number of div lines to render as well as the y-axis lower and upper limits. With the attributes "yAxisMinValue" and "yAxisMaxValue" you can specify the lower and upper limits respectively for y-axis. And with "numdivlines" attributes you can specify the number if horizontal div lines for y-axis. Please refer the documentation link below for better understanding. http://docs.fusioncharts.com/tutorial-configuring-your-chart-div-lines-and-grids.html However, please note that if there is any negative value in the chart data it will override the minimum y-axis values. For instance, if u have a value as -10 and set minValue in y-axis as 0 it will automatically override and show the negative values as well in the chart. Hope the information is helpful. Do drop us a mail if you require any further assistance. Thanks.
  14. Dual Y axis - align zeros

    Hi, Could you please make use of the attribute "syncAxisLimits" in the chart element and set it to 1. Setting this attribute to 1 lets you synchronize the limits of both the primary and secondary axes. Hope this helps. Thanks.
  15. can we get waterfall comparision chart in fusion charts

    Hi, Yes the kind of your required chart can be achieved using the Waterfall/Cascade chart type of FusionCharts. Please refer the documentation link below to know more about its implementation and supported attributes. http://docs.fusioncharts.com/tutorial-attr-waterfall.html http://jsfiddle.net/fusioncharts/r9uwA/ Hope this helps. Please drop us a mail if you require any further assistance. Thanks.
  16. controlling multiple MSLine2d charts from a single legend

    Hi, It is not possible to control multi-series chart from a single legend. It is the intended property. However, if you wish to display only one legend for the multi-series chart its can be achieved with custom legends with the help of annotations supported. But this kind of legends are not interactive in nature (non-clickable). Below is a demo fiddle where custom legends are created for a line chart. http://jsfiddle.net/moonmi/y618kvv0/ Hope this would resolve your issue. Thanks.
  17. remove watermark/add logo/add timestamp

    Hi Cory, Yes, adding two logos at a time and text is possible. Please try out your samples as guided. Please note that this feature is in experimental mode. In order to export external embedded images/Logo you need to use the "exportHandler": "http://export.api3.fusioncharts.com/logo/" as of now. If you have any issues please do drop us a mail. Thanks.
  18. remove watermark/add logo/add timestamp

    Hi, FusionCharts Suite v3.6.0 is released recently and the export embedded images feature has been added as experimental basis (please find the attachment). To know more you can read the Limitations.txt file in the attached folder. Please try upgrading to the latest version and cross check your samples. Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncha...com/extensions/ To download the Evaluation version of FusionCharts Suite XT v3.6.0, please visit the link: http://www.fusioncharts.com/download/ I hope this helps. If the issue still persists please do drop us a mail. Thanks. Embedded Image support.zip
  19. Javascript chart with JQueryPlugin

    Hi, FusionCharts Suite v3.6.0 is released recently. Please try upgrading to the latest version, that will resolve your reported issues. Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncha...com/extensions/ To download the Evaluation version of FusionCharts Suite XT v3.6.0, please visit the link: http://www.fusioncharts.com/download/ I hope this helps. Looking forward to your valuable feedback. Thanks.
  20. Long Data Labels Getting Truncated, Using Fusion Chart Instances

    Hi, FusionCharts Suite v3.6.0 is released recently. Please try upgrading to the latest version, that will resolve your reported issues. Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncharts.com/extensions/ To download the Evaluation version of FusionCharts Suite XT v3.6.0, please visit the link: http://www.fusioncharts.com/download/ I hope this helps. Looking forward to your valuable feedback. Thanks.
  21. prevent truncation of tooltips

    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.6.0 released recently. You can check with the version history from here: http://www.fusioncha...ersion-history/ Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncha...com/extensions/ 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.6.0, 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.
  22. Zoom Chart And Other Rendering Issues In Js Mode

    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.6.0 released recently. You can check with the version history from here: http://www.fusioncharts.com/version-history/ Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncharts.com/extensions/ 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.6.0, 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.
  23. Hi Brad, The bug has been fixed in our latest version 3.6.0. Please refer the fiddle below for implementation. http://jsfiddle.net/moonmi/on4r2bx1/ Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.6.0, that will resolve your reported issue. You can check with the version history from here: http://www.fusioncharts.com/version-history/ Also, we have released updated plugins, wrappers and export handlers which can be checked from here: http://www.fusioncharts.com/extensions/ 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.6.0, please visit the link: http://www.fusioncharts.com/download/ I hope this helps. Looking forward to your valuable feedback. Thanks.
  24. Bubble Chart With Colored Quadrant Backgrounds

    Hi, The kind of your requirement is not feasible as of now in FusionCharts. However, we have logged a feature request regarding the requirement. If feasible we will let you know about its update. Thanks.