-
Notifications
You must be signed in to change notification settings - Fork 0
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
Maxime DUPIERREUX
committed
Feb 26, 2024
1 parent
2d8b9ee
commit 2cd1945
Showing
7 changed files
with
1,291 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,63 @@ | ||
{ | ||
"quadrants": { | ||
"iOS": "iOS", | ||
"Android": "Android", | ||
"React": "React Native", | ||
"tools": "Tools" | ||
}, | ||
"rings": ["adopt", "trial", "assess", "hold"], | ||
"showEmptyRings": false, | ||
"homepageContent": "both", | ||
"quadrantsMap": { | ||
"iOS": { | ||
"colour": "#FB8734", | ||
"txtColour": "black", | ||
"position": 1, | ||
"description": "All iOS technologies related as languages or framework" | ||
}, | ||
"Android": { | ||
"colour": "#41C67A", | ||
"txtColour": "black", | ||
"position": 2, | ||
"description": "All Android technologies related as languages or framework" | ||
}, | ||
"React": { | ||
"colour": "#3099F6", | ||
"txtColour": "black", | ||
"position": 3, | ||
"description": "All React technologies related as languages or framework" | ||
}, | ||
"tools": { | ||
"colour": "#9399D2", | ||
"txtColour": "white", | ||
"position": 4, | ||
"description": "Tools to develop, manage or debug" | ||
} | ||
}, | ||
"chartConfig": { | ||
"size": 800, | ||
"scale": [-16, 16], | ||
"blipSize": 12, | ||
"ringsAttributes": [ | ||
{ | ||
"radius": 8, | ||
"arcWidth": 6 | ||
}, | ||
{ | ||
"radius": 11, | ||
"arcWidth": 4 | ||
}, | ||
{ | ||
"radius": 14, | ||
"arcWidth": 2 | ||
}, | ||
{ | ||
"radius": 16, | ||
"arcWidth": 2 | ||
} | ||
] | ||
}, | ||
"dateFormat": "MMMM YYYY" | ||
} | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.