Closed robertwalsh0 closed 4 years ago
Thanks for raising this issue. I was able to reproduce it. I'll work on this ASAP
@risenW Thank you! I've also been unable to change the widths of columns by following the instructions listed in your docs. Could you also verify that this is possible, and if so, document how that works?
@risenW made a pull request that fixes the issue with the header and cells style conflicts: https://github.com/opensource9ja/danfojs/pull/38
@robertwalsh0 Thanks for this fix! I'm merging now.
I've found that, when plotting tables,
header_style
will be overwritten bycell_style
As you can see in the image below, the headers should be
#333
but instead are overridden by the cell stylesred
.Link to codepen: https://codepen.io/robwalsh0/pen/GRqRXOK