-
Notifications
You must be signed in to change notification settings - Fork 203
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
plot: Can't add data labels to the barchart #475
Comments
modify plotter/barchart.go
|
@ffhelicopter Would you like to send a PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to do?
I am trying to add data labels(show the value of each bar on top of it) to a bar chart.
What did you expect to happen?
A field in the BarChart struct which can set it to show the data labels or not and even where to put them.
What actually happened?
Right now there is no field in the BarChart struct
What version of Go and Gonum/plot are you using?
Go: 1.10.3
Gonum: 5f3c436
The text was updated successfully, but these errors were encountered: