-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Included chart components * chore: remove theme generator from pr_validate_all * fix: update subwaynav test mock context * fix: update chart test snapshots
- Loading branch information
1 parent
72ec467
commit 6f6b27f
Showing
22 changed files
with
1,833 additions
and
3,321 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ jobs: | |
- "./StackedBarChart" | ||
- "./SubwayNav" | ||
- "./TagList" | ||
- "./ThemeGenerator" | ||
|
||
defaults: | ||
run: | ||
|
29 changes: 5 additions & 24 deletions
29
DonutChart/DonutChart/__tests__/__snapshots__/datasetmapping.test.ts.snap
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 |
---|---|---|
@@ -1,39 +1,20 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`DatasetMapping returns correct props when custom color is false 1`] = ` | ||
Array [ | ||
Object { | ||
"color": "#e3008c", | ||
"data": 20, | ||
"id": "1", | ||
"key": "item1", | ||
"legend": "Item 1", | ||
}, | ||
Object { | ||
"color": "#3a96dd", | ||
"data": 20, | ||
"id": "1", | ||
"key": "item1_2", | ||
"legend": "Item 1", | ||
}, | ||
] | ||
`; | ||
|
||
exports[`DatasetMapping returns correct props when custom color is true 1`] = ` | ||
Array [ | ||
Object { | ||
"color": "blue", | ||
"data": 20, | ||
"color": "Red", | ||
"data": 30, | ||
"id": "1", | ||
"key": "item1", | ||
"legend": "Item 1", | ||
}, | ||
Object { | ||
"color": "blue", | ||
"color": "Blue", | ||
"data": 20, | ||
"id": "1", | ||
"id": "2", | ||
"key": "item1_2", | ||
"legend": "Item 1", | ||
"legend": "Item 2", | ||
}, | ||
] | ||
`; |
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
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
23 changes: 2 additions & 21 deletions
23
GaugeChart/GaugeChart/__tests__/__snapshots__/datasetmapping.test.ts.snap
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
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
Oops, something went wrong.