Allow text truncation in the middle of the text or at the beginning #1925
Labels
enhancement
New feature or request
good first issue
Good for newcomers
:utils
Related to utility functions like math, text, etc
When text truncation is essential (too long label, no possibility to wrap) we use it to truncate labels.
Today, this truncation happens only at the end of the line, but there are cases where the truncation is better suited at the beginning or at the middle of the line.
The reason for this is to provide truncation support for text where the most relevant part of the text is at the end of the line or at both at the beginning and end.
This should be part of the truncation options we have in the
wrapText
function.To discuss:
[...]
is added in the middle of the text to "skip" part of a quoted discussion. Sometimes is used at the beginning of the quite, some other at the end of it. I'm not fully sure we need to introduce such complexity in a data visualization.The text was updated successfully, but these errors were encountered: