Skip to content

facet: "first"? #999

@Fil

Description

@Fil

Sometimes we want a mark to happen in the first facet (say, a guiding annotation).

Currently this can be done by making that mark's data "align" with the original data so that it falls on the same index, typically:

Plot.text(["annotation"], {facet: true})

which is fragile and a bit difficult, depending on the number of data we want to display and the faceted data. It could be nice to say {facet: "first"} instead. Another (separate and additional?) possibility would be to say facet: ["category1", "category2"] and have the mark appear on these two facets (only).

cc: @ericemc3

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions