I have created a BAR chart. For eg consider the datasets are
("A",23,"Strength")
("B",19,"Strength")
("C",45,"Strength")
I have got the bar chart, and for each bar in the x-axis it displays it's value such as A,B,C,etc, now what i need is the graph shouldn't display these values. Is there any method to do this
