truncated labels when using custom font by CSS
See original GitHub issueDescription
Labels are truncated when setting up a different font by CSS
Using version 1.3 and look like #323 which seems to be fixed in 1.3
Steps to check or reproduce
- Set a different fornt ot font size by CSS by example:
html{
font-size: 28px;
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
CSS: Truncate label with ellipsis, but always display 'required ...
Labels should be truncated with a "..." in the end as soon as they would wrap · If the input field is required,...
Read more >font - CSS: Cascading Style Sheets - MDN Web Docs
The font CSS shorthand property sets all the different properties of an element's font. Alternatively, it sets an element's font to a system ......
Read more >Text Mark | Vega
Text marks can be used to annotate data, and provide labels and titles for axes and legends. Example. Text Label.
Read more >Dealing with PieChart labels that don't fit
Set label's maxWidth to a pixel value. Set label's wrap (if we want a label to wrap to next line) or truncate (if...
Read more >Text labels cut off or missing in the Smart Client, Management ...
Using a Custom scaling level is not recommended by Microsoft or Milestone, because it can cause display issues with many applications. This is...
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
@NeomMob, from the 1.5.0 release, added axes
clipPath
options. (ref. https://github.com/naver/billboard.js/issues/458) Now you can handle theclip-path
attributes for chart, x-axis and y-axis.Hope this can help 😃
An option would be good but it has to be applicable to the majority of users. Because we have now a clean workaround, we could keep it as it is. Anyway thanks for your support, Really appeciated.