Last active
December 21, 2015 00:39
-
-
Save AdrienGiboire/6221698 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
type: 'doughnut', | |
name: 'Satisfaction', | |
value: 6, | |
max: 10, | |
color: '#e58d51' | |
}, | |
{ | |
type: 'doughnut', | |
name: 'Solution Usage', | |
value: 80, | |
color: '#1eaa85' | |
}, | |
{ | |
type: 'doughnut', | |
name: 'SLA Compliance', | |
value: 3, | |
max: 10, | |
valueLabel: 'Vs', | |
color: '#df494a' | |
}, | |
{ | |
type: 'invoices', | |
name: '30 days overdue inv.', | |
amount: 180, | |
currency: '$', | |
count: 2, | |
color: '#1eaa85' | |
}, | |
{ | |
type: 'rating', | |
name: 'Credit Rating', | |
value: 92, | |
color: '#1eaa85' | |
}, | |
{ | |
type: 'progress-bar', | |
name: 'Responsiveness', | |
value: 92, | |
color: '#1eaa85' | |
}, | |
{ | |
type: 'double-arrows', | |
name: '30 days overdue inv.', | |
values: [ | |
{ | |
color: '#1eaa85', | |
value: 12, | |
label: 'In', | |
type: 'in' | |
}, | |
{ | |
color: '#1eaa85', | |
value: 14, | |
label: 'Out', | |
type: 'out' | |
} | |
] | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment