blacklabel / grouped_categories

Grouped categories plugin for Highcharts by Black Label
http://blacklabel.github.io/grouped_categories/
Other
92 stars 74 forks source link

Ability to remove all gridlines from Categories #133

Open seanlhiggins opened 5 years ago

seanlhiggins commented 5 years ago

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.

pawelfus commented 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/

seanlhiggins commented 5 years ago

Thanks @pawelfus, I didn't find these options earlier in documentation so appreciate you pointing them out to me. This works perfectly.

pawelfus commented 5 years ago

Right, it's not documented well, we should update docs, thanks!

Internal note: Do not close the ticket unless docs are updated.

artemphys commented 3 years ago

Hi! Is it possible to remove gridlines only for one line of grouped categories?

KacperMadej commented 3 years ago

Hi @artemphys No, this is not supported.