Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More borderSkipped options FEATURE #4681

Closed
NODRAJ opened this issue Aug 20, 2017 · 4 comments · Fixed by #6077
Closed

More borderSkipped options FEATURE #4681

NODRAJ opened this issue Aug 20, 2017 · 4 comments · Fixed by #6077

Comments

@NODRAJ
Copy link

NODRAJ commented Aug 20, 2017

Currently (as far as I know) borderSkipped can only be set to one side and cannot be set to "none" to allow all borders to show. It would be really helpful if instead of the 4 options: "top" , "bottom", "left", "right" an additional "none" option could be added to allow all borders to show as well as combinations of options - such as "top, bottom" or "left, right, top".

@haajira
Copy link

haajira commented Feb 14, 2018

yes.. I am also in need of such "none" attribute to show border for all sides.

Also, it would be good if we have border-radius attribute set for the bars

@ketysek
Copy link

ketysek commented Feb 1, 2019

Ah, this is exactly something what I'm looking for! Need bars where border is drawn all around and also need border-radius 👍

@AaronBaker
Copy link

For people searching in google, you can achieve multiple borderSkipped effects by configuring the borderWidth:
borderWidth:{ top:10, right:0, bottom:10, left:10 },

@techguybiswa
Copy link

For people searching in google, you can achieve multiple borderSkipped effects by configuring the borderWidth:
borderWidth:{ top:10, right:0, bottom:10, left:10 },

Thanks man for the tip! It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants