raul.pimentel

Members
  • Content count

    5
  • Joined

  • Last visited

Posts posted by raul.pimentel


  1.  

    Hi,

     

    Please try using the attributes 'showPercentValues'  and 'showPercentInToolTip' of the <chart> element.

     

    The above attributes are used to show percentage figures in data values of the chart and also to show percentage figures in tool tip.

     

    For ex-

    <chart showPercentValues='1' showPercentInToolTip='1' ...>

     

     

    Hi Rishab,

     

    It didn't work for me :( Here's the code bit:

     

     

     

    strXML = strXML 
    & "<chart palette='2' labelDisplay='Rotate' slantLabels='1' 
    showBorder='0' bgColor='FFFFFF,FFFFFF' caption='Volume(Percentage) of Tasks by 
    Product' shownames='1' showvalues='0' showSum='1' decimals='0' useRoundEdges='1' 
    showPercentValues='1' showPercentInToolTip='1'>"

     

    Did I do something wrong? :( Here's a screenshot of what shows:

     

    post-55897-0-61321700-1379287854_thumb.png


  2. Hi,

     

    I'm using FusionChart's Stacked Column 3D to display the number of requests per product per month.

     

    Untitled-1_zpsd4b8d354.pngpost-55897-0-72264100-1378971779_thumb.png

     

    From the picture above, let's take Jun 2013 as an example. The total number of requests is 348, with the AMS Device getting 169 of that number. Is it possible to show the number by percent (i.e. 48.56%) instead of 169? From what I know, that 348 is automatically computed by the chart via showSum='1'.

     

    Thanks,

     

    Poch