Skip to content

Commit

Permalink
* better top/bottom 5 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
melteng committed Feb 12, 2016
1 parent c0ae77f commit 9fd8dc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datausa/assets/js/styles/vizStyles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var vizStyles = {

"top": "#c19a1f", // top 5 bars
"bottom": "#e6d26e", // bottom 5 bars
"top": "#003651", // top 5 bars
"bottom": "#336a81", // bottom 5 bars

"default": {
"pri": "#ef6145",
Expand Down
4 changes: 2 additions & 2 deletions datausa/static/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -1915,8 +1915,8 @@ var chartStyles = {

var vizStyles = {

"top": "#c19a1f", // top 5 bars
"bottom": "#e6d26e", // bottom 5 bars
"top": "#003651", // top 5 bars
"bottom": "#336a81", // bottom 5 bars

"default": {
"pri": "#ef6145",
Expand Down

0 comments on commit 9fd8dc0

Please sign in to comment.