Forum Discussion
TarcMaylor
9 years agoAdvocate I
Resizing Bar Width in Clustered Column Chart
I'm building a clustered column chart (photo below), and would like to resize the width of the bars in that chart if possible, but I am not having any luck finding a way to do this. I know that othe...
- Anonymous9 years ago
TarcMaylor,
There is no method that could be used to change width of column unless we resize the whole chart to make the column wider. There is also an idea about adjusting blank space, you can vote it up.
Regards,
jeffmjohnson330
6 years agoFrequent Visitor
You have to make sure under X axis that the Type is "Categorical" and not "Continuous" otherwise it won't let you adjust the category width.
jainbhavesh9
3 years agoFrequent Visitor
Thanks for correct answer, finally this solved the problem. 😀
- jainbhavesh93 years agoFrequent Visitor
my problem was to display multiple column legends with more width, I created new column with category and replaced in column legend.
example ->converted "Quarter(month) = Q1 ( 1,2,3), Q2 (4,5,6), Q3 (7,8,9), Q4(10,11,12)"
to
Quarter(Month type) = Q1 ( 1,2,3), Q2 ( 1,2,3, Q3 ( 1,2,3), Q4( 1,2,3)