Setting textOverflow on Plot.tip

According to the documentation, textOverflow is a valid option for the tip. However, in this notebook, I’m unable to prevent the ellipses default. Am I specifying the property incorrectly, or is there an issue with setting this with a pointer transform?

It looks like the tip’s renderLine method doesn’t use the textOverflow property when computing the name-value pair for the label…

1 Like

Yes this option is only available when using the title channel. Maybe we should make it clearer in the documentation (it’s mentioned on the second occurence), or better yet support multi-line even for key/value tips.

Thanks @Fil - I can see the use case for either supporting multi lines or textOverflow. My gut says multi lines might look a bit messy. Thanks for clarifying.