Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Venn diagrams in Fusioncharts v3

    Hi Jayant, I am afraid, FusionCharts does not support Venn Diagram, as of now.
  2. ScrollColumn2D and plotBorderColor

    Hi Eric, The attribute "plotBorderColor" falls under the <chart> element. It specifies the color of the border for the data plots. In case, you wish to set different color for each dataset, please try mentioning the attribute "color" in the <dataset> element. Ref.- <chart plotBorderColor='000000' > ... <dataset seriesName="A" color='FF0000' > ... </chart> Hope this helps.
  3. links for categories?

    Hi Sven, I am afraid, FusionCharts supports the "link" attribute only in the <set> element, as of now. Natively this is not possible. But there is a hack for this. Please try providing the "link" as the string value for the attribute "label" in the <category> element which would in turn would let the category to behave a s a link. Also, please try setting the attribute "isHTML" to '1' in the <styles> element to achieve what you intend to. Ref.- <chart> <categories> <category label='<a href="test();">Jan <a/>' /> ... </categories> <styles> <definition> <style name='myLabelsFont' type='font' font='Arial' size='14' color='000066' bold='1' isHTML='1'/> </definition> <application> <apply toObject='DataLabels' styles='myLabelsFont' /> </application> </styles> </chart> Hope this helps.
  4. Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  5. Hi, In FusionCharts suite, Doughnut and Pie charts fall under the same category except for the inner radius. So to typically categorize these two charts, we have provided the same look on their legend icon in FusionCharts v3.2. Please feel free to revert in case you have any further queries.
  6. Hi, You are welcome. Happy FusionCharting!
  7. New question about FusionCharts v3

    Hi, You are most welcome. Happy FusionCharting!
  8. Chart height in percentage

    Hi, Welcome to FusionCharts Forum! FusionCharts v3.1.1 does not support "Dynamic Resizing" functionality. n:( We are glad to announce the release of the Beta version of FusionCharts v3.2, which supports "Dynamic Resizing". :w00t: Please refer to the following link to get a look of the above feature: Ref.- http://www.fusioncharts.com/labs/peek/linked-charts/dialog.html In case you wish to avail this feature, please drop us a mail at [email protected] and we would get back to you at our earliest. Looking forward to your mail and feedback on the same.
  9. Hi, We apologize for all the inconvenience caused. All the charts of the FusionCharts suite supports only "0" as the minimum value for Y axis by default in case no other values are set explicitly. The Logarithmic Charts of the PowerCharts pack calculates all its values based on the log scale. So, by the calculation Log 0 to the Base 2 is equal to "1". [Note: (Any value)^0= 1] Ref.- http://www.intmath.com/Exponential-logarithmic-functions/5_Logs-base-e-ln.php (It really helped me! ) In the Logarithmic chart, as per the log calculation rules the minimum value for Y axis is coming to "1". Please feel free to revert in case you have further queries on the same.
  10. column 3d with round columns?

    Hi Sven, Youa re welcome. Gkad that your issue is resolved. Happy FusionCharting!
  11. column 3d with round columns?

    Hi, I am afraid, FusionCharts does not support this feature, as of now. Could you please try using the attribute "showSum='1'" in the <chart> element to achieve the same? Could you please try setting the attribute "anchorAlpha" to "0" in the <dataset> elements? Hope this helps.
  12. Real Time Area Chart

    Hi Ben, Could you please send us the XML that you are using to render the chart? Awaiting your reply.
  13. Using only anchors in data series

    Hi Sven, Welcome to FusionCharts Forum! Could you please explain the issue a bit elaborately? Also, please send us the screenshot(s) of the rendered chart and your requirement. Awaiting your reply.
  14. New question about FusionCharts v3

    Hi, Welcome to FusionCharts Forum! Could you please try setting the attribute "showYAxisValues" to "0" in the <chart> element? I am afraid, FusionCharts does not support this functionality, as of now. The chart is displayed as the data provided to render it. In case your data values are same, it would show a same height for all plots. Else, it is not possible. Hope this helps.
  15. Fails to arrange Y axis ticks

    Hi Alik, I am afraid, FusionCharts does not support any other method except setting the minimum and maximum values of Y-Axis explicitly, as of now. The charts calculate the number of div lines and their respective values based on the data provided to the chart. Please feel free to revert in case you have any further queries.
  16. Integrating php fusioncharts with javascript

    Hi, Thanks for sharing the idea with us. Glad that your issue is resolved. Happy FusionCharting!
  17. Hi, Welcome to FusionCharts Forum! In the XML you have provided, you have explicitly mentioned "0" as the value for the attribute "yAxisMinValue" in the <chart> element. I am afraid, the Log base does not function when the the minimum value is explicitly mentioned by the user in the XML, as of now. Hope this helps.
  18. Hi, Your suggestions are important to us. We have made a due note of the same. Happy FusionCharting!
  19. Line Graph

    Hi Ramesh, Could you please try setting the desired pixel value for the attribute "canvasPadding" in the <chart> element? This attribute specifies the space between the canvas border and first & last data points. FusionCharts does not support this fetaure in case you wish to display the space between the left canvas and the first data point. For this, as a work-around, please try giving number of empty <category> elements and <set> elements to achieve the similar look on the chart. Ref.- <categories> <category label="" /> ... </categories> <dataset seriesName="A" > <set value="" /> </dataset> Could you please try setting the attribute "showValues" to "0" in the <chart> element? Hope this helps.
  20. Rescale chart when clicking lengend

    Hi, Apologies for the inconvenience caused. I am afraid, FusionCharts natively does not support the functionality you wish to display (resizing the chart depending on the value), as of now. As a work-around you can try setting a value lower than zero (negative value) for the attribute "yAxisMinValue" in the <chart> element for a better display of the data plot on the zero plane. Hope this helps.
  21. Real Time Area Chart

    Hi, You are most welcome. Glad that your issue is resolved. Happy FusionCharting!
  22. Hi, Could you please try using Multi Series (Column/Area/Bar) charts to solve the purpose? Also, please try to give the "Service Name" as the the value for the attribute "label" for <category> element. One name can appear repeatedly as the X-Axis label as it is a string value which has no limitations of repeatition. Please refer to the following links for details on the Multi Series XML format: Ref.- http://www.fusioncharts.com/docs?/MultiSeries.html Could you please let us know which Scripting language you are using to fetch the XML data from the database so as we can help you with that? Looking forward to your reply.
  23. Tool Tip word wrap

    Hi, We have tested the XML in our lab and had replicated the issue. Could you please try using {BR} as a line-break for the long tool-tips? Please check with the attached modified XML for your reference. Hope this helps. Data.xml
  24. Creating shorter line's on the pie-chart

    Hi, I am afraid, FusionCharts doe not support the explicit control of the length of the Smart Label lines, as of now. Natively there is no solution to this issue, as of now. As a work-around, could you please try giving a smaller font size for the attribute "baseFontSize" in the <chart> element and see if it helps in the other way? Looking forward to your feedback.
  25. labelDistance problem

    Hi, The attribute "enableSmartLabels" when set to "1" shows the line connecting to the label. Otherwise the label is displayed on the chart without any connecting line. FusionCharts does not support the explicit control of the length of the Smart Label line, as of now. It is calculated automatically. Please revert in case you have any further queries.