Created
June 5, 2018 13:20
-
-
Save forki/7d11424903a3d59d2414c504ce44ca48 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
ChartComponent.bar [ | |
BarChartProperties.Options | |
{ responsive = true | |
maintainAspectRatio = false | |
scales = | |
{ yAxes = | |
[| { ticks = { beginAtZero = true } } |] | |
} | |
legend = | |
{ display = false | |
position = "right" | |
} | |
} | |
BarChartProperties.Data data ][] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment