Skip to content

Plot.tip should support textOverflow #2321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Fil opened this issue May 13, 2025 · 0 comments · May be fixed by #2322
Open

Plot.tip should support textOverflow #2321

Fil opened this issue May 13, 2025 · 0 comments · May be fixed by #2322
Assignees
Labels
bug Something isn’t working

Comments

@Fil
Copy link
Contributor

Fil commented May 13, 2025

Currently, textOverflow is ignored in tips that use key/value pairs formatting. (It's appied only in the case where the tip is specified with the title channel).

Image
Plot.tip(
  [
    {
      what: "A long long long long long long long long long long long long way home",
      textOverflow: "ellipsis-middle"
    }
  ],
  { x: "what" }
).plot()
@Fil Fil self-assigned this May 13, 2025
@Fil Fil added the bug Something isn’t working label May 13, 2025
Fil added a commit that referenced this issue May 13, 2025
@Fil Fil linked a pull request May 13, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant