houseguest

Members
  • Content count

    4
  • Joined

  • Last visited

  • Days Won

    1

About houseguest

  • Rank
    Forum Newbie
  1. How to show Percentage inside the chart?

    We're using FusionCharts free. We're a non-profit organization and can't afford the price for version 3. Maybe some day. Thanks for your help.
  2. How to show Percentage inside the chart?

    I'm using the dataXML method. I made the changes on the page you sent and it does show percentages. It is interesting that when I don't have percentages as the values and the labels around the chart show me actual numbers, when I mouse over the pie slices it shows me percentages, which means it has already calculated percentages based on the raw numbers I've given. Too bad I can't take the calulated percentages that the chart has already calculated and show those around the chart rather than feeding each set percentage values rather than raw numbers. It seems the chart is calculating percentages when I feed it raw numbers, but the percentages only show on mouse overs. To get percentages to show on the outside of the chart, I have to calculate the percentages myself and feed those numbers to each set. Seems redundant since the chart is already doing that when I give it non percentage values. Hope that makes sense. In other words, if the pie has four slices with values of 2, 1, 2, 5. Those are the numbers that show around the chart, but when I mouse over I see 20.0%, 10.0%, 20.0%, 50.0%. Which means the chart has already calculated percentages. Any way to just get what I see on mouse over to show around the chart without me having to give it percentage values?
  3. How to show Percentage inside the chart?

    Below is the XML. I do see percentages when I mouse over the slices in the pie. I want to see percentages in the values on the outside of the slices when the chart first comes up. Like in the example you show on your page. Also how is it possible to get the sort of gradient looking overlay lighting or whatever it's called that you show on your example charts on thses pages. http://www.fusioncharts.com/docs/Contents/ChartSS/Pie3D.html http://www.fusioncharts.com/docs/Contents/ChartSS/Pie2D.html <graph animation='1' caption='House Womens Jacket' showNames='1' showValues='1' baseFontSize='14' showShadow='1' showPercentageValues='1' decimals='0'><set name='Y-S' value='' color='F6BD0F'/><set name='Y-M' value='' color='8BBA00' /><set name='Y-L' value='' color='' /><set name='S' value='1' color='' /><set name='M' value='2' color='' /><set name='L' value='2' color='' /><set name='XL' value='' color='' /><set name='XXL' value='1' color='' /><set name='XXXL' value='' color='' /></graph>
  4. How to show Percentage inside the chart?

    Strange that the page you refer to for help on 2D Pie charts shows a chart with percentages first thing. http://www.fusioncharts.com/docs/Contents/ChartSS/Pie2D.html#chartImage I have tried displaying percentages using the showPercentageValues='1' attribute, but to no avail. Seems to be no way to do it yet you show a picture of a 2D pie chart with percentages. Is it possible or not?