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

Basic implementation of a flexible bar chart method #76

Merged
merged 3 commits into from
Apr 25, 2022
Merged

Conversation

tdwright
Copy link
Owner

Added a method to the Columns class to handle the generation of "bar chart" columns from numeric data types.

Method has options to specify:

  1. The character used to build the bar (default = '#')
  2. The max width of the bars (default = 25)
  3. The "scale" of each unit (defaults to dynamic based on max value and max width)

Tests should cover most cases.

@tdwright tdwright linked an issue Apr 18, 2022 that may be closed by this pull request
@tdwright tdwright merged commit 7d6cc0d into develop Apr 25, 2022
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.

Add an option to plot simple bar charts in a generated column
1 participant