-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Width constraint does not break words... #3185
Comments
This is how the handling of a single, long word works at the moment. It gets put on a line by its own and the I have the following questions:
|
An overflow might make more sense. |
By coincidence, I'm actually working on label break-down into lines, see #3171. This issue made me ponder a bit; I sort of came to the conclusion that if Here is some test output, what do you think of following? |
To answer your question, the only way around it now, is to shorten the label yourself. Otherwise, wait for the fix as described above to be released. |
Thank you for your answer. That behaviour is what I was expecting. Do you know when will it be the next release? Should I put my effort on breaking words myself or should I wait for the next release? Answering your questions: The future users of my project can do whatever they want... So, although it is not likely to write a 1000 letters word, they can do it. And of course the word should be broken to the next line (and perhaps adding a |
It is planned next weekend (24 jun 2017). However, this will not be in it, it's too late to do the full review cycle.
If you need it short term, then yes, put the effort into it. At the earliest, the release it will be in will be done in more than a month.
I agree, see my thoughts above. Big words should be broken always. |
Hello, can you tell me if there is any progress with this issue? |
@jmvenancio There is an open pull request at #3228 that you could test if you're comfortable with github / git and able to rebuild. |
Actually I do not know how to rebuild it. But if someone explain to me I can give a try since I really need this fix. |
https://github.com/almende/vis#build provides the build instructions. You need to check out the branch that has the changes - see https://help.github.com/articles/fetching-a-remote/ and do google searches. Sorry that I don't have time to provide step-by-step instructions. |
I set the
widthConstraint
tomaximum: 300
andminimum: 300
.This is what happens if I write a word that has a bigger "length" than 300.
Is there anyway to overcome this problem?
Thanks in advance!
The text was updated successfully, but these errors were encountered: