-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Visible History to time series space views (#4179)
### What - Add support for Visible History to Timeseries space views - Needed to introduce `DataStore::entity_min_time()` to maintain the consistent "beginning of x axis" behaviour. - Changes the way the Visible History feature is organised: - Now all space view (blueprint) contain a "root entity properties" structure that is cascaded to the enclosed groups and entities. - The visible history part of that root entity props is editable for all supported space view classes (now 2d, 3d, and timeseries). - The rest is unchanged: this means that contrary to the plan it's also possible to edit the visible history on a per-entity basis in timeseries space views as well. - Closes #2547 #### Known limitations - default value for `EntityProperty` is not ideal for entities in timeseries space view (2x `Relative(0)`) - #4192 #### TODO - [x] freeze the plot display bounds while the time cursor is dragged - [x] setting must be serialised to blueprint https://github.com/rerun-io/rerun/assets/49431240/5bc6033d-54d4-4376-845b-81189f3c5bb7 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4179) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4179) - [Docs preview](https://rerun.io/preview/8c2be673a26cff49e76942bf99b06c4b76957774/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/8c2be673a26cff49e76942bf99b06c4b76957774/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
- Loading branch information
Showing
12 changed files
with
347 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.