Stacked and unestacked chart

  1. #1

    Stacked and unestacked chart

    Hello, I would like to know if it is possible to join a stacked bar with an unestacked bar to compare , like this:

    Click image for larger version. 

Name:	stacked.PNG 
Views:	40 
Size:	2.9 KB 
ID:	25203
  2. #2
    Hello @opkills, and welcome to Ext.NET forums!

    Yes, that looks pretty possible to me. At least for the looks of your description, if you just manipulate the data so that one row contains the data for the "stacked" data, and the other row has just the "to be compared" data, just like the colors in your image suggests, you could attain it with the current implementation.

    Just that the yellow bar will have 0 value in the rows were the green, red and blue bars have a non-zero value, and the yellow bar would have a non-zero value on the rows the green, red and blue bar would always be zero.

    For instance in this example: stacked bar chart, it would be equivalent of, say, Firefox, IE and Chrome having their values in Feb,Apr,Jun,Aug,Oct,Dec, where Safari would only have values in months Jan,Mar,May,Jul,Sep,Nov.

    So, that's not really a feature, supported or not. But a way to display your data. Of course, the month labels would have to reflect what they are, like Jan => average; Feb => Individual and so forth.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Stacked bar chart tooltip
    By Edgar in forum 4.x Legacy Premium Help
    Replies: 5
    Last Post: May 25, 2017, 9:37 PM
  2. Stacked colum chart Problem
    By PatrickHerron in forum 3.x Help
    Replies: 0
    Last Post: Apr 21, 2016, 10:59 AM
  3. Chart columseries Stacked
    By adan in forum 2.x Help
    Replies: 3
    Last Post: Mar 15, 2016, 8:39 PM
  4. Replies: 2
    Last Post: Jul 07, 2015, 10:53 PM
  5. Replies: 5
    Last Post: Mar 11, 2014, 3:03 PM

Posting Permissions