Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Showing Limit values

    Hey, You are most welcome. I am glad that I could help you in resolving your issue.
  2. Showing Limit values

    Hi Nishi, The error is occurring as the total value of the given data plot is exceeding the value 99.5x. In the decimal approximation format, any data value more than 99.5x is equivalent to 100. As a result the chart is automatically setting yAxisMaxValue='110'. In case you wish to show the same data plot, then please try setting the attribute yAxisMaxValue to '110' in the <chart> element. Also, if you wish to set the yAxisMaxValue='100', then please try reducing the value of the <set> element for the data plot. Please refer to the attachment of the rendered chart with a total data plot value set to less the 99.5x. Hope this helps.
  3. Hi, Yes, it is possible applying <styles>. Could you please try using including this part in the <chart> element to configure the font size of the caption? <styles> <definition> <style name='myCaptionFont' type='font' font='Arial' size='14' color='666666' bold='1' underline='1'/> </definition> <application> <apply toObject='Caption' styles='myCaptionFont' /> </application> </styles> Please refer to the following link for further details: Ref.- http://www.fusioncharts.com/docs/?AttDesc/Titles.html Hope this helps.
  4. Column chart is too thin

    Hi, Could you please post the XML code as an attachment for testing purpose? Also, in case you are using the attribute maxColWidth in the <chart> element please try increasing the pixel value of the same. Hope this helps.
  5. Column chart is too thin

    Hi, Could you please send the screenshot of the problem you are facing as an attachment?
  6. Hi, I am afraid I could not replicate the issue after testing the html attached to your post. Could you please check with the attached screenshot of the rendered chart to find if this is what you are looking for? Else please specify the issue a bit elaborately. Hope this is of some help to you.
  7. DRAG NODE BGSWF

    Hi, Could you please attach the screenshot(s)/image of the chart you intend to show and the erroneous one which is rendered?
  8. Div line labels overlapping zero in chart

    Hi, Could you please check with the screenshot of the rendered ScrollColumn2D chart attached with the post? I am afraid, I could not replicate the issue after testing with the XML you provided for the chart. The labels are not overlapping here. Also could you please increase the height of the chart from '250' to '350' in the html and see if it helps? Hope this helps.
  9. Pyramid labels

    Hi Tibor, You are most welcome. I am glad that I could help you in resolving your issue.
  10. Pyramid labels

    Hi, Yes, this is possible. Please try using the attribute showValue='0' for each of the <set> element to display the label. Ref.- <set value='17' name=' East Asia & Pacific' color='FFCC33' showValue='0'/> Also, please check with the screenshot of the chart attached to find if this is what you are looking for. Hope this helps.
  11. Column2D TrendLines issue

    Hi, Please note that if the value for the trend line and the <set> element is same, then the labels will necessarily overlap. If you still wish to set that, then please try setting the attribute alpha of the <set> element to '0' and the attribute alpha of the trendline to '100'. Also mention a different color for the trend line. Hope this helps.
  12. Hi, Could you please recheck with your XML data values? The value='7.42' given here is less than the yAxisMinValue='7.6' so the Y axis is automatically adjusting itself to the minimum value given. <set value='7.42' label='Apr 06' showName='1' color='22c111'/> Hope this solves your issue.
  13. Hi, FusionCharts v3.1 allows to export charts as PDFs as well, and also lets to choose whether to export the charts at client-side or server-side. Ref.- Please check with the following links for your reference: 1. http://www.fusioncharts.com/docs/Contents/ECOverview.html 2. http://www.fusioncharts.com/docs/Contents/ECProcess.html 3. http://www.fusioncharts.com/docs/Contents/ECTerminology.html 4. http://www.fusioncharts.com/docs/Contents/ECXML.html For detailed reference please refer to the FusionCharts v3 documentation with this link: http://www.fusioncharts.com/docs/ Hope this helps.
  14. Radar not centered when only 3 spikes

    Hi, I am afraid I could not replicate the issue after testing. The radar is centered when the number of the attribute label of the <category> element are 3. Could you please recheck with the issue and also the screenshot of the chart attached to find if this is what you are looking for? Hope this helps.
  15. Rotate trendllines values string in multi bar

    Hi, I am afraid FusionCharts does not natively support the display of percentage values. As a work around, please try calculating the percentage value of each bar manually and displaying them on the chart. The calculated values can be displayed beside each bar using the attributes numberSuffix='%25' in the <chart> element and setting the attribute showValues='1' in each <dataset> element. Hope this is of some help to you.
  16. Fusion Maps and Fusion Charts conflict?

    Hi, Could you please post the name of the SWF file that you are using?
  17. Hi, I am afraid MSCombi3D chart of FusionCharts does not support the attribute color of a single <set> element. Instead it supports to set a distinct color for each <dataset> element. Ref.- http://www.fusioncharts.com/docs/?ChartSS/Combi3D.html Hope this is of some help.
  18. Labels on Z Axis?

    Hi, I am afraid FusionCharts does not support this feature, as of now. The legend can be plotted only at two positions on the chart - below the chart (BOTTOM) and on the RIGHT side of the chart.
  19. YAxes

    Hi, I am afraid FusionCharts Free does not support the feature you are looking for, as of now. If you wish to avail this feature kindly try using FusionCharts 3.1.1 which supports this. You can download the same with the help of the following link: Trial Download : http://www.fusioncharts.com/download Licensed Download : http://www.fusioncharts.com/PUC The trial version is free for your Evaluation without having any time bindings or feature limitations, save, a watermark on the charts. Hope this helps.
  20. Dual Y 2D Combination Div lines

    Hi, Could you please try using <vLine>element after each <set> element wherever you need to show the vertical line? Please also set the attribute showAlternateHGridColor='0' and divLineColor='FFFFFF' in order to hide the already existing horizontal div lines. Hope this helps.
  21. How to add a link: into DragNode.swf?

    Hi, Yes, it is possible to add a link as follow into dataset in Drag-node chart using in the attribute link in the <set> element. The correct format of adding a link is the following: <set x='59' y='15' width='40' height='56' name='Node 2' color='FE9191' id='2' link='n-http://www.InfoSoftGlobal.com'/> Ref.-http://www.fusioncharts.com/pcdocs/?ChartSS/DragNode.htm Hope this resolves your issue.
  22. link secondary and primary axes

    Hi, I am afraid FusionCharts does not support such a large difference Y axis value synchronization. Please check the attached XML file which is made closely suited to your requirement. Hope this is of some help to you. StCol2DLineDY.xml
  23. no gradients

    Hi, If you are using the attribute useRoundEdges='1' the following functionalities wouldn't work: 1. showShadow attribute doesn't work any more. If you want to remove shadow from columns, you'll have to over-ride the shadow with a new shadow style (applied to DATAPLOT) with alpha as 0. 2. Plot fill properties like gradient color, angle etc. wouldn't work any more, as the colors for gradient are now calculated by the chart itself. 3. Plot border properties also do not work in this mode. Also, you cannot render the border as dash in this mode. Ref.-Please refer to the quick link Plot Cosmetics of the following link for your reference: http://www.fusioncharts.com/docs/ Hope this helps.
  24. Making Anchor a rollover

    Hi, I am afraid that this feature is not supported by FusionCharts, as of now.
  25. bring up series in multi-series 2D area chart

    Hi, Please try shuffling the datasets of the XML file in the order you want the chart to show up. Therefore, to bring an Area plot in front of another, you would need to place that data set in the XML before the former. Hope this solves your issue.