We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe the culprit line is here : https://github.com/topfunky/gruff/blob/master/lib/gruff/base.rb#L541 I am just not sure if this is the intended behavior or not - the use case would be to generate bar charts without any line markers but with the series labels still, example :
The text was updated successfully, but these errors were encountered:
Partially addressed by PR #446 - adds support in bar charts only for hiding line markers and labels using separate variables.
Sorry, something went wrong.
Partially addressed by:
Successfully merging a pull request may close this issue.
I believe the culprit line is here : https://github.com/topfunky/gruff/blob/master/lib/gruff/base.rb#L541
I am just not sure if this is the intended behavior or not - the use case would be to generate bar charts without any line markers but with the series labels still, example :
The text was updated successfully, but these errors were encountered: