Forum Discussion
Anonymous
8 years agoNot applicable
Min/Max Avaerage column chart
Hello All, I am trying to create a min, max, and average column chart; I have seen an existing solution using stock charts for the min/max but that requires the use of dates. I am trying to cre...
- 8 years ago
Anonymous
8 years agoNot applicable
Apologies, I have attached the sample data. The idea is the minimum value will stem from the relevant minimum value within the category, rather than the minimum of the entire data set.
Thanks.
Zubair_Muhammad
8 years agoCommunity Champion
Hi Anonymous
Try "Line and stacked column chart"
Put the Min and Max in Column values
Put the average in Line Values
Uncolor the Min Column
- Anonymous8 years agoNot applicable
That is what I am using currently, like abusing the stacked and line chart, but it is a not really a "true" representation, correct?
- Zubair_Muhammad8 years agoCommunity Champion
- jcapezzuto7 years agoResolver IThis is a poor solution, as the shaded area representing the range between min and max does not align correctly on the Y-axis. The stacked chart causes the top of the shaded area to be the sum of min + max instead of just showing the max. This is such a common visualization, I can't believe there isn't a supported way to do this.
- Zubair_Muhammad8 years agoCommunity Champion
Anonymous
I only know this technique.
Hopefully someone will point out a better solution
- Anonymous8 years agoNot applicable
Perfect! It makes sense; Thank you for your efforts.