eddieed

Members
  • Content count

    4
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by eddieed


  1. Hi,

     

    I will add this feature request to our wish list with the said use cases.

     

    We will update the post, as and when it is implemented(if feasible).

     

    Hope this helps!

     

     

    THis has been years... that such request have been made to you guys. We are struggling now to use fusion charts gantt and present to users as we have more than 300 projects to be listed in a single gantt chart. without this vertical scroll bars it is so unfriendly for users to use the chart as they have to keep going right to the top to see the timeline and etc... this is a basic requirement from users and yet we cannot fulfill this simple requirement.

     

    If there is a workaround to this... please kindly advise.


  2. Thanks. For the last column, it is a separate entity altogether. It has no corelation between the last column to the previous columns. Therefore, the last column is a

    -> non cumulative or non sum

    -> AND the most important part is the last column starts from ZERO position so that we can do a COMPARISON between the sum of previous columns and the last column.

     

    cheers

     

    Hi,

     

    Welcome to FusionCharts Forum! :)

     

    Could you please try setting the attribute "showSumAtEnd" to '1' in the <chart> element? Also, you can provide a distinct label for the summation column using the attribute "sumLabel".

     

    Furthermore, you can set the attributes "isSum" and "cumulative" to '1' in the <set> element to solve your purpose.

     

    The attribute "isSum" lets you set whether the <set> value should represent the sum of previous set values in the water fall chart. You can put a sum column at any position in the chart (barring the first position, as you need at least one data point to calculate sum).

     

    The attribute "cumulative" lets you set whether the sum represents the cumulative sum (of all the columns to the left of this sum column) or non-cumulative sum (of all the columns to the left of this column, but after the last sum column).

     

    In case you still have issues, please send us the XML as an attachment.

     

    Hope this helps. :)