Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. changing intervals on y-axis (generally in $ )

    Hi, Welcome to FusionCharts Forum! Could you please try explicitly setting the value for the attributes "yAxisMinValue" and "yAxisMaxValue" in the <chart> element? Also, please try setting a required value for the attribute "numDivLines" in the <chart> element to suit your purpose. Please set the attribute "adjustDiv='0'" in the <chart> element. Hope this helps.
  2. Dual Y Axis Chart Issue

    Hey, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  3. Dual Y Axis Chart Issue

    Hi, The Dual Y axis charts of the FusionCharts pack natively does not support all the datasets to be plotted against Secondary Y axis. Please note, you need to provide atleast 1 <dataset> element against the Primary Y axis. In this case, as you do not wish to display any data plot on the Primary Y axis, there is a work-around to this issue. Could you please try providing a blank <dataset> (with no data) element to plot against the Primary Y axis? Please check with the attached XML file format for your reference. Hope this helps. Col3DLineDY.xml
  4. VLine attribute tags ignored

    Hi, Welcome to FusionCharts Forum! The XML attached to your post seems to work fine after making few modifications. It is displaying the vertical line with the label. Could you please check with the attached screenshot and the modified XML file of the rendered Multi-series Area chart, for your reference? Hope this helps. data1.xml
  5. Coordinates wrong and

    Hey, Glad that your issue is resolved. Thanks for sharing. Happy FusionCharting!
  6. Hi Satish, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  7. Single serie and ScrollColumn2D.swf

    Hi Emanuel, Could you please try using a Scroll Column 2D chart of the FusionCharts pack to solve your purpose? Please refer to the following link for further details on the above: Ref.- http://www.fusioncharts.com/docs/?ChartSS/ScrollColumn2D.html Also, Single series Column 2D chart does not support a Scroll Bar separately, as of now. Hope this helps.
  8. FusionMap

    Hi, FusionCharts and FsuionMaps for Flex are on the same platform but with different data feeding process, as of now. Your suggestions are important to us. We have made a due note of the same in our wishlist for the upgradation purpose. Thanks for your continued support.
  9. FusionMap

    Hi, Welcome to FusionCharts Forum! I am afraid, FusionMaps for Flex does not suuport this functionality, as of now. Plaese note, you can only pass XML data to the maps. Hope this helps.
  10. Error with sNumberSuffix

    Hey, You are welcome. Glad that you issue is resolved. Happy FusionCharting!
  11. Error with sNumberSuffix

    Hi, Could you please try encoding the "%" sign to "%25"? Hope this helps.
  12. Show / Hide Lines

    Hi Martin, Welcome to fusionCharts Forum! Please try setting the value of the attribute "lineAlpha" to "0.1" in the <set>/<dataset> element to hide one of the overlapping lines (the tooltips would be visible, but not the line plot), in case you are using Single Series/Multi Series Line chart of the FusionCharts pack. Also, the Multi Axis Line chart of the PowerCharts pack displays multiple line plots against multiple axis. Here the axes are interactive in nature. If one of the axis checkboxes are disabled, all the line plots plotted against it gets disabled, enhancing the visibility of the other line plots. Hope this is of some help.
  13. Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  14. Can we implement logos as labels in Column3D

    Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  15. displayValue in Scatter charts

    Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  16. YAxisMaxValue automatically goes to 100

    Hi Divyesh, Welcome to FusionCharts Forum. I am afraid, I could not replicate the issue after testing a chart with 5 datavalues as "0" . The chart is getting rendered without any discrepancy. Could you please refer to the attached screenshot and the XML file of the rendered chart ? Also, could you please let us know the FusionCharts version you are currently using? Awaiting your reply. Data.xml
  17. Can we implement logos as labels in Column3D

    Hi, Could you please try encoding the "<" and ">" as "<" and ">" respectively? Ref.- <set label="<img src='Aldress.jpg'/>" value="100" /> Hope this helps.
  18. Hi, Welcome to FusionCharts Forum! Could you please try setting the attribute "showYAxisValues" to "0" in the <chart> element? Hope this helps.
  19. displayValue in Scatter charts

    Hi, We have tested the XML and it seems to work perfectly in our lab. Could you please try replacing the <graph> element with <chart> element? Please check with the screenshot and the XML (modified) of the rendered chart for your reference. Hope this helps. Data.xml
  20. Can we implement logos as labels in Column3D

    Hi, You are welcome. Thanks for the appreciation. Could you please check with the attached file to find the referential elements? Hope this helps. image in labels.zip
  21. Can we implement logos as labels in Column3D

    Hi, Could you please refer to the attached screenshot of the rendered chart to confirm if this is what you are looking for? In case, the chart solves your purpose, please send us a mail at [email protected]. Looking forward to your feedback on the same.
  22. Canvas border and div lines trouble

    Hi, Welcome to FusionCharts Forum! Could you please check with the screenshot of the rendered chart and the XML file format for your reference? Looking forward to your feedback. Column2D.xml
  23. funnel chart problem of values

    Hi Manoj, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  24. Single Series Error Bar and Error Line Charts

    Hi Aaron, Glad that your issue is resolved. Your suggestions are important to us. We have made a due note of the same. Happy FusionCharting!
  25. funnel chart problem of values

    Hi Manoj, Could you please try using the attribute "streamlinedData='0'" in the <chart> element? Hope this solves your purpose. Looking forward to your feedback on the same.