ricklupton/floweaver

How to extend the length of texts for the target column?

mpouyakh9 opened this issue · 2 comments

Hi,

Thank you very much for developing this libarary. It is very helpful, however I have a issue with the length of texts for target column. When it exceeds a certian limit the texts is choped off and not shown anymore. How can I set the length to be able to have desired length of text?

Here below in the figure you can see some of the texts like first, second and one before last one are cut and incomplete.
github

Try to increase the right margin — see the tutorials for an example.

Thanks