You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ReilTride! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together!
Yes, you can hide the x-axis labels in a Bar chart v2 while still displaying them in the bar tooltip. You can achieve this by setting the reduceXTicks property to true. This will hide the x-axis labels, but the tooltip will still display the labels as it uses a different mechanism for rendering [1].
You can change this parameter in the chart configuration settings. Look for the chart's properties panel in the visualization editor where you can customize the chart settings. There, you should find an option to set reduceXTicks to true. If you're editing the code directly, locate the chart configuration object and add or modify the reduceXTicks property. If you need further assistance, let me know!
Screenshot
Description
Is there any way to hide these x-axis labels? And also still be able to see in the bar tooltip?
The text was updated successfully, but these errors were encountered: