Skip to content

Conversation

@seankmartin
Copy link
Contributor

@seankmartin seankmartin commented Jun 12, 2025

Relates to #782. This PR would allow the position plots to only show the min/max bounds of the data optionally, and not all the unique bounds as is the current behaviour.

The proposed solution here is to allow a new watchable value in the viewer.uiConfiguration which is called showAllDimensionPlotBounds. So you could see only the min/max dimension bounds by setting viewer.uiConfiguration.showAllDimensionPlotBounds.value = false. That would look like:
image

In contrast to:
image

The setting should apply to the global viewer position plots, and also to position plots that are made from new layer groups which don't have their position linked to the global position.

I also considered this being in the settings that the user can change, so it would be in the state. But I think it is more in line with other UI change patterns that this is part of the uiConfiguration.

@seankmartin seankmartin changed the title Feat/cc 376 feat(ui): allow position plots to only show min/max bounds via uiConfiguration Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant