Skip to content

Plot.tip should support textOverflow #2321

@Fil

Description

@Fil

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()

Metadata

Metadata

Assignees

Labels

bugSomething isn’t working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions