YJ Kim
Results
2
issues of
YJ Kim
Sorry if I am not skilled enough to understand the demo, but this page: https://github.com/SheetJS/js-xlsx/tree/master/demos/react is very unclear to me and I still don't get how this library has to...
``` const barData = [ {text: 'Man', value: 500}, {text: 'Woman', value: 300} ]; ``` I want to make the color of the bar-chart for `Man` and `Woman` different, but...