Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:30
Show Gist options
  • Save AlexanderKozhevin/8b7315790978865f32f7fbad54e87a24 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/8b7315790978865f32f7fbad54e87a24 to your computer and use it in GitHub Desktop.
{
type: 'Pie',
data: Chartdata['Pie'],
options: {
donut: true,
donutWidth: 60,
startAngle: 270,
total: 200,
showLabel: true,
width: '100%',
height: 'auto'
}
}
<x-chartist
[data]="charts[7].data"
[type]="charts[7].type"
[options]="charts[7].options"
[responsiveOptions]="charts[7].respOpt"
[events]="charts[7].events">
</x-chartist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment