charts icon indicating copy to clipboard operation
charts copied to clipboard

is there a way to hide the grid?

Open nam-co opened this issue 5 years ago • 2 comments

Hi, thanks for the chart project, it looks good, I was wondering if theres a way to hide the grid? to make something like the image, appreciate for any help, thanks

image

nam-co avatar Aug 16 '18 14:08 nam-co

I had to hide them with CSS, probably not the best but works for now.

.line-horizontal, .line-vertical {
    display: none;
}

andreportaro avatar Feb 21 '19 16:02 andreportaro

I had to hide them with CSS, probably not the best but works for now.

This is the way to go right now. However with v2 we will have this as a configuration

scmmishra avatar Jun 29 '20 08:06 scmmishra