Hello,
Can anyone help me in this:
How to hide these categories text(Qt1, Qt2, Qt3, Qt4) from column chart?
Also, numbers/range(0-100) from y axis column?
Note: For this column chart configuration, I am using records.
Thanks
Discussion posts and replies are publicly visible
You can keep xAxisStyle and yAxisStyle as "NONE" to hide these labels.
Hello manjit.1486
How would you identify what columns refer to what category if you are getting rid of the labels?
anyway this is how you get rid of those.
Hi manjit.1486 You can use
xAxisStyle (Text): Determines how to display the labels and axis separators for the X-Axis. Valid values: "STANDARD" (default), "NONE".
yAxisStyle (Text): Determines how to display the labels, axis separators, and grid lines for the Y-Axis. Valid values: "STANDARD" (default), "MINIMAL", "NONE".
to hide these data lables
Thanks for the prompt response. I was trying using the same but it cause some issues. However, it's working now.Actually, It is a requirement to not to show the labels. I was using label heading of column chart with filters of what I want to show in a result.
I actually need to show like this.
Were you able to achieve this?
Okay. Its just that the user readability would be much better with the details on the chart. But if the User itself defines the requirement as such, then no issues.
Can you also suggest how can I use the outline/boundary around column chart?
Please have a look at this. Multiple series column chart with label, x-axis title, stacking, legend, and data labels
What do you mean? Are you asking about the highlighting when hovered? or the whole chart itself like below?
Okay, thanks. Actually only yAxisStyle and xAxisStyle wasn't working before. Rest is working fine.
HI Abhishek Karumuru Could you please tell me how to hide or remove this 0 data labels from column chart?This is basically shows zero records of categories. Please suggest..