Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:22
Show Gist options
  • Save AlexanderKozhevin/35ca8e56d4e69a6bb847a6def4b29c53 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/35ca8e56d4e69a6bb847a6def4b29c53 to your computer and use it in GitHub Desktop.
{
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