Skip to content

Commit

Permalink
Merge pull request #1148 from nychealth/feature-chart-printer
Browse files Browse the repository at this point in the history
revise nocompare style
  • Loading branch information
mmontesanonyc authored Oct 22, 2024
2 parents fc0ec86 + a7b43c3 commit 5ac072c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/js/data-explorer/comparisons.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,12 @@ const renderComparisonsChart = (
"x": {
"datum": compNoCompare
},
"y": {}, // necessary to avoid multi-layering
// "xOffset": {"value": 0.5},
"color": {"value": "gray"},
"size": {"value": 0.6},
"size": {"value": 1},
// "opacity": {"value": 0.5}
// "strokeDash": {"value": [2, 2]}
"strokeDash": {"value": [2, 2]}
}
}]

Expand Down

0 comments on commit 5ac072c

Please sign in to comment.