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

Error in graphics.go: undefined: chart.StyleShow #193

Closed
ddyok opened this issue Dec 17, 2019 · 2 comments
Closed

Error in graphics.go: undefined: chart.StyleShow #193

ddyok opened this issue Dec 17, 2019 · 2 comments

Comments

@ddyok
Copy link

ddyok commented Dec 17, 2019

I get this when go getting from scratch:

~$ go get github.com/corywalker/expreduce

# github.com/corywalker/expreduce/expreduce/graphics
go/src/github.com/corywalker/expreduce/expreduce/graphics/graphics.go:162:11: undefined: chart.StyleShow
go/src/github.com/corywalker/expreduce/expreduce/graphics/graphics.go:165:11: undefined: chart.StyleShow
go/src/github.com/corywalker/expreduce/expreduce/graphics/graphics.go:179:3: unknown field 'Show' in struct literal of type chart.Style
@andlabs
Copy link

andlabs commented Jan 18, 2020

StyleShow was deleted in wcharczuk/go-chart@45fad0c, "switching to geneators"; the examples were not changed. I'm going to try to roll back to 2d5aeaf824f4b3be7c0b27ea89327eeff6b6e93a in the meantime; will report back.

@andlabs
Copy link

andlabs commented Jan 18, 2020

Ah no, I was wrong; it was actually deleted in an earlier commit than that. 9852fce5a172598e72d16f4306f0f17a53d94eb4 works.

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

No branches or pull requests

2 participants