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

add hide_labels to stacked side bar graphs #452

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

elrayle
Copy link
Contributor

@elrayle elrayle commented Sep 13, 2020

No description provided.

@@ -76,6 +76,14 @@ def hide_labels?
@hide_labels
end

def hide_left_label_area?
Copy link
Contributor Author

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?
Copy link
Contributor Author

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
Copy link
Contributor Author

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.

@Watson1978 Watson1978 merged commit 85b50dc into topfunky:master Sep 14, 2020
@Watson1978
Copy link
Collaborator

Thanks!!

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

Successfully merging this pull request may close these issues.

None yet

2 participants