Skip to content

Commit

Permalink
docs: add timezone for dashboard.yaml (#3463)
Browse files Browse the repository at this point in the history
* docs: add timezone for dashboard.yaml

* fix: add more descriptive text
  • Loading branch information
mindspank authored Nov 13, 2023
1 parent 4347351 commit 8f93a89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/docs/reference/project-files/dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ _**`first_day_of_week`**_ — the first day of the week for time grain aggregati

_**`first_month_of_year`**_ — the first month of the year for time grain aggregation. The valid values are 1 through 12 where January=1 and December=12 _(optional)_

<!-- UNCOMMENT WHEN RELEASED: -->
<!--
_**`available_time_zones`**_ — time zones that should be pinned to the top of the time zone selector _(optional)_. It should be a list of [IANA time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
-->
_**`available_time_zones`**_ — time zones that should be pinned to the top of the time zone selector _(optional)_. It should be a list of [IANA time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). By adding one or more time zones will make the dashboard time zone aware and allow users to change current time zone within the dashboard.

_**`dimensions`**_ — for exploring [segments](../../develop/metrics-dashboard#dimensions) and filtering the dashboard _(required)_
- _**`column`**_ — a categorical column _(required)_
Expand Down

0 comments on commit 8f93a89

Please sign in to comment.