-
I wasn't able to find any option for this, closest is |
Beta Was this translation helpful? Give feedback.
Answered by
idiotWu
Feb 21, 2021
Replies: 1 comment
-
It's a little bit tricky but you can remove the track elements from DOM using: scrollbar.track.xAxis.element.remove()
scrollbar.track.yAxis.element.remove() or hide it using a simple line of css: .scrollbar-track { display: none !important } See #206 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
idiotWu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a little bit tricky but you can remove the track elements from DOM using:
or hide it using a simple line of css:
See #206 (comment)