Skip to content

Instantly share code, notes, and snippets.

@AdrienGiboire
Last active December 21, 2015 00:39
Show Gist options
  • Save AdrienGiboire/6221698 to your computer and use it in GitHub Desktop.
Save AdrienGiboire/6221698 to your computer and use it in GitHub Desktop.
[
{
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