Created
May 7, 2017 09:30
-
-
Save AlexanderKozhevin/68fa51f8d6ff099883a9114e674d1121 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['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