Created
May 7, 2017 09:30
-
-
Save AlexanderKozhevin/8b7315790978865f32f7fbad54e87a24 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, | |
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