URL control options
Linking to a Microreact Project can include specific options to control the project view
This section lists project options which can be set via URL query string keys. For example, add ?tt=cr
to the end of a project link to set tree type to circular: https://microreact.org/project/Ny8H4gsH?tt=cr. Multiple options can be combined using ampersand character (&
). For example, add ?tt=cr&tl=0
to the end of a project link to set tree type to circular and hide tree labels.
Filter URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Metadata block columns | Sets the initial columns displayed as metadata blocks on the tree. Multiple column names can be combined using comma ( | |
| Colour column | Sets the initial column used to colour nodes | |
| Label column | Sets the initial column used for labels | |
| Shape column | Sets the initial column used for shapes |
Map URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Map controls |
|
|
| Map min node size |
| Sets the minimal map node size |
| Map node size |
| Sets the map node size in pixels |
| Map max node size |
| Sets the maximal metadata node size |
| Map centre geographical point |
| Sets the initial geographic centre of the map. Must be a valid geographical point with a certain latitude and longitude separated with a comma. |
| Map zoom level |
| Sets the initial map zoom level. |
| Map Mapbox tile style |
| Sets the initial Mapbox tile style as follows:
|
Layout URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Details pane view |
| Sets the initial view in the details pane as follows:
|
| Horizontal pane size |
| Sets the initial size of the horizontal panes, e.g. |
| Shape column |
| Sets the initial column used for shapes |
| Side pane view | Sets the initial view in the side pane as follows:
| |
| Vertical pane size |
| Sets the initial size of the vertical panes, e.g. |
Data Table URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Display density mode |
| Sets the initial display density: |
Timeline URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Timeline controls |
|
|
| Timeline min node size |
| Sets the minimal timeline node size |
| Timeline node size |
| Sets the timeline node size in pixels |
| Time grouping unit |
| Sets the unit used to group timeline data as follows:
|
| Timeline max node size |
| Sets the maximal timeline node size |
| Timeline play speed |
| Sets the interval (in seconds) at which the timeline is played |
Tree URL Options
Option | Description | Default value | Accepted values |
---|---|---|---|
| Align tree labels |
|
|
| Show block headers |
|
|
| Tree block length |
| Sets the metadata block length in pixels |
| Tree branch length |
|
|
| Tree controls |
|
|
| Tree labels |
|
|
| Tree min block length |
| Sets the minimal metadata block length |
| Tree min node size |
| Sets the minimal tree node size |
| Tree min text size |
| Sets the minimal font size in pixels |
| Tree node size |
| Sets the tree node size in pixels |
| Tree type |
| Sets the initial tree type as follows:
|
| Tree text size |
| Sets the tree font size in pixels |
| Tree max block length |
| Sets the maximal metadata block length |
| Tree max node size |
| Sets the maximal metadata node size |
| Tree max text size |
| Sets the maximal font size in pixels |
Last updated