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 Pyramid chart to County Compare App #61

Open
banjtheman opened this issue Oct 8, 2020 · 0 comments
Open

Add Pyramid chart to County Compare App #61

banjtheman opened this issue Oct 8, 2020 · 0 comments
Labels
dataviz Data Visualization enhancement New feature or request hacktoberfest Hacktoberfest python Python skills needed

Comments

@banjtheman
Copy link
Owner

banjtheman commented Oct 8, 2020

What is the Task

Create a Pyramid Chart for the County Compare app
https://altair-viz.github.io/gallery/us_population_pyramid_over_time.html

Why do we want to do this

To visualize differences between two counties

How can I get started?

  1. Remove current code in the view
    https://github.com/banjtheman/defundthepolice/blob/main/apps/county_compare/views.py#L29-L56

  2. Replace with code that renders a pyramid chart for the selected counties
    Here is example code
    https://altair-viz.github.io/gallery/us_population_pyramid_over_time.html

x-axis should be percent
y-axis should be item

  • Leave any questions in comments,
  • If you want to work on the issue go ahead no need to ask

Definition of Done

Pyramid chart shows in the County Compare App

@banjtheman banjtheman added enhancement New feature or request hacktoberfest Hacktoberfest dataviz Data Visualization python Python skills needed labels Oct 8, 2020
@banjtheman banjtheman changed the title Add pyrmid chart to County Compare App Add Pyramid chart to County Compare App Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataviz Data Visualization enhancement New feature or request hacktoberfest Hacktoberfest python Python skills needed
Projects
None yet
Development

No branches or pull requests

1 participant