Open seanlhiggins opened 5 years ago
Hi @seanlhiggins
You can disable gridlines by setting tickWidth = 0
: https://jsfiddle.net/BlackLabel/xrf6we5p/ or disable only horizontal lines through drawHorizontalBorders = false
: https://jsfiddle.net/BlackLabel/xrf6we5p/9/
Thanks @pawelfus, I didn't find these options earlier in documentation so appreciate you pointing them out to me. This works perfectly.
Right, it's not documented well, we should update docs, thanks!
Internal note: Do not close the ticket unless docs are updated.
Hi! Is it possible to remove gridlines only for one line of grouped categories?
Hi @artemphys No, this is not supported.
When category levels have values that are too long for the grid box to contain, the overlap looks messy so it'd be nice to be able to remove those gridlines entirely, or even just vertical gridlines.