I am having a dataset which looks like this
A Bucket1 StatusX
B Bucket2 StatusY
C Bucket3 StatusX
D Bucket1 StatusY
E Bucket2 StatusX
F Bucket2 StatusX
G Bucket1 StatusY
H Bucket2 StatusX
I Bucket2 StatusX
J Bucket2 StatusZ
and I want create a axis which has the following axis
Y-Axis : Count
X-Axis : Bucket by Status
and want to end up something like this,How can I do it?