Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:23
Show Gist options
  • Save AlexanderKozhevin/fe08780a74fd476e299d77bf3f269bc5 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/fe08780a74fd476e299d77bf3f269bc5 to your computer and use it in GitHub Desktop.
{
type: 'Line',
data: Chartdata['Line'],
options: {
chartPadding: {
top: 30,
right: 30,
bottom: 0,
left: 15
},
}
}
<x-chartist
[data]="charts[1].data"
[type]="charts[1].type"
[options]="charts[1].options"
[responsiveOptions]="charts[1].respOpt"
[events]="charts[1].events">
</x-chartist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment