Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:30
Show Gist options
  • Save AlexanderKozhevin/68fa51f8d6ff099883a9114e674d1121 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/68fa51f8d6ff099883a9114e674d1121 to your computer and use it in GitHub Desktop.
{
type: 'Bar',
data: Chartdata['DistributedSeries'],
options: {
distributeSeries: true,
width: '100%',
height: '100%',
chartPadding: {
top: 20,
right: 20,
bottom: 0,
left: 0
},
}
}
<x-chartist
[data]="charts[6].data"
[type]="charts[6].type"
[options]="charts[6].options"
[responsiveOptions]="charts[6].respOpt"
[events]="charts[6].events">
</x-chartist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment