vicanso / go-charts

A charts library for Golang
MIT License
216 stars 33 forks source link

Remove grid lines #69

Closed kevincobain2000 closed 7 months ago

kevincobain2000 commented 7 months ago

I tried to find in examples or previous issues but couldn’t.

Could you please share an example on how to disable the grid lines?

Thanks and thanks for the lib.

vicanso commented 7 months ago

I am sorry that feature is not supported. Next version will support it.

kevincobain2000 commented 7 months ago

Thanks.

vicanso commented 7 months ago

@kevincobain2000 Please use the latest version like this:

https://github.com/vicanso/go-charts/blob/main/examples/line_chart/main.go#L99

kevincobain2000 commented 7 months ago

Thanks, v2.6.4 works like a charm.