+ Reply to Thread
Results 1 to 2 of 2

Creating a Bar chart that doesn't sum??

Hybrid View

  1. #1
    Registered User
    Join Date
    11-20-2007
    Posts
    2

    Question Creating a Bar chart that doesn't sum??

    Hello All -

    I want to create a bar chart that, for several equity sectors (financials, consumer staples etc), the chart will illustrate the performance of 2 different baskets within the same sector. So, 2 metrics on one bar, each basket designated by a different color.

    For example,
    Financials:
    Basket #1: +2.5% <----Blue
    Basket #2: +3.5% <----Red

    i want to illustrate this on one bar where the maximum value will be the larger of the two (3.5%). So, in this case, the blue part of the bar will populate from 0% - 2.5% and the red part from 2.5% to 3.5%.

    Is this possible???

    Thanks in advance!!

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    you need to convert your data as follows


    2.5 / 6 *3.5
    3.5 / 6 *3.5

    then plot your stacked bar chart

    the 6 is the sum of 2.5 and 3.5

    adjust for different data values

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1