Created
May 7, 2017 09:22
-
-
Save AlexanderKozhevin/35ca8e56d4e69a6bb847a6def4b29c53 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: 'Bar', | |
data: Chartdata['Bar'], | |
options: { | |
chartPadding: { | |
top: 30, | |
right: 30, | |
bottom: 0, | |
left: 0 | |
}, | |
} | |
} | |
<x-chartist | |
[data]="charts[0].data" | |
[type]="charts[0].type" | |
[options]="charts[0].options" | |
[responsiveOptions]="charts[0].respOpt" | |
[events]="charts[0].events"> | |
</x-chartist> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment