Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add "sidebar" to per-dataset display defaults documentation #1507

Merged
merged 1 commit into from
May 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/advanced-functionality/view-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ For instance, if you set `display_defaults.color_by` to `country`, but load the
| `map_triplicate` | Should the map repeat, so that you can pan further in each direction? | Boolean |
| `layout` | Tree layout | "rect", "radial", "unrooted", "clock" or "scatter" |
| `branch_label` | Which set of branch labels are to be displayed | "aa", "lineage" |
| `sidebar` | Should the sidebar start open or closed? | "open" or "closed" |
| `panels` | List of panels which (if available) are to be displayed | ["tree", "map"] |
| `transmission_lines`| Should transmission lines (if available) be rendered on the map? | Boolean |
| `language` | Language to display Auspice in | "ja" |
Expand Down