-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change filter spec to use YML instead of JSON (#290)
Changed filter spec to use YML instead of JSON. Changed relevant parts of the documentation.
- Loading branch information
1 parent
621647f
commit 95a6563
Showing
7 changed files
with
104 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
tests/integration/dashboards/filter_spec_basic/00_0_date.filter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
columns: | ||
- sales_date | ||
- inventory_date | ||
title: Date | ||
description: Filter by date | ||
type: DATE_RANGE_PICKER |
5 changes: 5 additions & 0 deletions
5
tests/integration/dashboards/filter_spec_basic/00_1_category.filter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
columns: | ||
- product_category | ||
- category | ||
title: Category | ||
description: Filter by category |
6 changes: 6 additions & 0 deletions
6
tests/integration/dashboards/widget_spec_bar_chart/00_0_date.filter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
columns: | ||
- sales_date | ||
- inventory_date | ||
title: Date | ||
description: Filter by date | ||
type: DATE_RANGE_PICKER |
5 changes: 5 additions & 0 deletions
5
tests/integration/dashboards/widget_spec_bar_chart/00_1_category.filter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
columns: | ||
- product_category | ||
- category | ||
title: Category | ||
description: Filter by category |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters