Created
May 7, 2017 09:32
-
-
Save AlexanderKozhevin/4333293c541f1d6a17d6358d28e6f850 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: '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