Skip to content

Select nested data keys from a dataset for plots #1049

Description

@captain-yoshi

Here is my data:
image

Is there a way to select a child or nested children like the example below ? Or do I have to modify my dataset to only have only one level.

Plot.plot({
  marks: [
    Plot.boxY(data, {x: "query.request", y: "metrics.time"})
  ]
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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