Created
November 14, 2024 10:21
-
-
Save IPWright83/c9f5816726d68c867d427db5acc64025 to your computer and use it in GitHub Desktop.
Geckoboard Custom List component data
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
[ | |
{ | |
"title": { | |
"text": "Chrome" | |
}, | |
"label": { | |
"name": "New!", | |
"color": "#ff2015" | |
}, | |
"description": "40327 visits" | |
}, | |
{ | |
"title": { | |
"text": "Safari" | |
}, | |
"description": "11577 visits" | |
}, | |
{ | |
"title": { | |
"text": "Firefox" | |
}, | |
"description": "10296 visits" | |
}, | |
{ | |
"title": { | |
"text": "Internet Explorer" | |
}, | |
"description": "3587 visits" | |
}, | |
{ | |
"title": { | |
"text": "Opera" | |
}, | |
"description": "499 visits" | |
}, | |
{ | |
"title": { | |
"text": "Other" | |
}, | |
"description": "This is some other content that is much longer than the rest of the contents within the list. This should allow us to effectively test that the item height measurement code is working correctly" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment