Skip to content

Fixed interaction with selection defaults #568

@declann

Description

@declann

I'm setting selection defaults through menu inputs that have values set.

Fixed scale domain setting I'm using behaves as advertised in that the scale domain doesn't change on subsequent data updates.

But, I expected the domain calculation to include all data.

It's filtered to the default selection however. It might be ambiguous but this seems like a bug to me?

To reproduce:

  1. Go to specs/yaml/sorted-bars.yaml, which has a default selection for acquatics
  2. add xDomain: Fixed

Here is a gif of the result:

Screencast.from.2024-10-28.20-24-50.webm

The domain is fixed but whenever I select All, then data is truncated.


When I fix the domain with no default selection I see a fuller representation:

image

Should Fixed give this range, independent of the default selection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions