Skip to content

Commit

Permalink
add snippet to TimeSeriesView view
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed May 8, 2024
1 parent d7b9013 commit 6dab606
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ include "rerun/attributes.fbs";
namespace rerun.blueprint.views;

/// A time series view.
///
/// \example timeseriesview title="Use a blueprint to customize a TimeSeriesView"
table TimeSeriesView (
"attr.rerun.view_identifier": "TimeSeries"
) {
Expand Down
6 changes: 6 additions & 0 deletions docs/content/reference/types/views/time_series_view.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/snippets/all/timeseriesview.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Use a blueprint to customize a TimeSeriesVieew."""
"""Use a blueprint to customize a TimeSeriesView."""

import math

Expand Down
56 changes: 55 additions & 1 deletion rerun_py/rerun_sdk/rerun/blueprint/views/time_series_view.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dab606

Please sign in to comment.