Skip to content

Instantly share code, notes, and snippets.

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