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

added tip to exlpain how to formate custom range #12999

Merged
merged 1 commit into from Apr 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/app/insights.md
Expand Up @@ -172,7 +172,7 @@ In order to use this Panel, your Collection will need a datetime Field.
- **Group Aggregation** – Selects the type of aggregation to perform. [Learn more.](#more-on-aggregate-functions)
- **Group Precision** – Sets the time interval to aggregate by _(days, weeks, months, etc.)_.
- **Date Field** – Selects the datetime Field used along the x-axis.
- **Date Range** – Selects the time range from which data should be displayed.
- **Date Range** – Sets the time range from which data should be displayed, can be customized.
- **Value Field** – Sets the Field you wish to aggregate.
- **Value Decimals** – Changes the number of decimals displayed on the y-axis.
- **Min Value** – Sets minimum value displayed on y-axis.
Expand All @@ -183,6 +183,13 @@ In order to use this Panel, your Collection will need a datetime Field.
- **Show X-axis** – Toggles display of time along X-axis.
- **Show Y-axis** – Toggles display of numeric values along Y-axis.

:::tip Custom Date Range

Note that `Past` is not prefixed to a custom range as it is on the default ranges. When selecting **"Other"**, simply
type in `3 years`, `1 month`, `2 weeks`, `5 days`, etc.

:::

## Extensibility Options

Teams that need highly advanced or specialized analytics options are able to extend, customize and modify this module as
Expand Down