-
Notifications
You must be signed in to change notification settings - Fork 238
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
add hide_labels to stacked side bar graphs #452
add hide_labels to stacked side bar graphs #452
Conversation
6977449
to
4387bc3
Compare
@@ -76,6 +76,14 @@ def hide_labels? | |||
@hide_labels | |||
end | |||
|
|||
def hide_left_label_area? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in bar.rb are the same ones made in PR #450, which should make the PRs compatible for merging.
@@ -504,6 +504,14 @@ def hide_labels? | |||
@hide_line_markers | |||
end | |||
|
|||
def hide_left_label_area? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in base.rb are the same ones made in PR #450, which should make the PRs compatible for merging.
} | ||
end | ||
|
||
def test_bar_graph | ||
g = Gruff::SideStackedBar.new | ||
g = setup_basic_graph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored tests to use the setup_basic_graph pattern.
Thanks!! |
No description provided.