Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:32
Show Gist options
  • Save AlexanderKozhevin/4333293c541f1d6a17d6358d28e6f850 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/4333293c541f1d6a17d6358d28e6f850 to your computer and use it in GitHub Desktop.
{
type: 'Pie',
data: Chartdata['Pie'],
options: {
donut: true,
showLabel: true,
height: '100%',
width: '100%',
chartPadding: {
top: 20,
right: 0,
bottom: 20,
left: 0
},
}
<x-chartist
[data]="charts[8].data"
[type]="charts[8].type"
[options]="charts[8].options"
[responsiveOptions]="charts[8].respOpt"
[events]="charts[8].events">
</x-chartist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment