banjtheman / defundthepolice

Defund The Police
Apache License 2.0
20 stars 30 forks source link

Make Bar chart sorted #42

Closed banjtheman closed 4 years ago

banjtheman commented 4 years ago

What is the Task

Have the bar chart be sorted by the highest value.

Why do we want to do this

To make the bar chart look better

How can I get started?

  1. Update code here to return a sorted var chart https://github.com/banjtheman/defundthepolice/blob/main/apps/viz.py#L33
  2. Here is an example code of a sorted bar chart https://altair-viz.github.io/gallery/bar_chart_sorted.html

Definition of Done

The bar chart image is sorted by highest first

Medha08 commented 4 years ago

Hey, @banjtheman Can I take up this issue?

banjtheman commented 4 years ago

Hey, @banjtheman Can I take up this issue?

sure go for it

Jayzcool51 commented 4 years ago

Can I create pull request for this?