YAxis Labels hidden with longer text?
See original GitHub issueYAxis Labels are not being fully show when labels are bigger then usual.
I made an extreme example to illustrate this issue, please open the link to see that in action https://plnkr.co/edit/sPJ47u?p=preview
As you can see I can differentiate one group from the other. Is there any way to wrap the text, or break it in anyway?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:8 (2 by maintainers)
Top Results From Across the Web
yAxis.labels.enabled | highcharts API Reference
A format string for the axis label. The context is available as format string variables. For example, you can use {text} to insert...
Read more >highcharts - Hide some labels in yAxis - Stack Overflow
My config is so close - I have the right amount of grid/plot lines, but I want to hide a couple of the...
Read more >How to Hide Axis Text Ticks or Tick Labels in Matplotlib?
How to Hide Axis Text Ticks or Tick Labels in Matplotlib? · Functions used: · Method 1: Select all columns except one by...
Read more >How to make all Y axis labels show - Flourish Help
Under Y axis, enable the Styling toggle next to Ticks & labels. 2: Under Labels, reduce the size of the tick labels to...
Read more >Change the display of chart axes - Microsoft Support
Learn more about axes ... Charts typically have two axes that are used to measure and categorize data: a vertical axis (also known...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can’t allow wrapping or breaking the text into multiple lines, but we will look into allowing overriding of the trimming threshold. There has been a discussion about this in the past. We need to figure out the best way to handle it.
@marjan-georgiev, yes, it would be really helpful if I could wrap the labels. Displaying a long label on a single line messes up the whole look of the page.