-
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.
- Loading branch information
1 parent
69ba6a9
commit e726c5c
Showing
18 changed files
with
51 additions
and
407 deletions.
There are no files selected for viewing
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
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.