Skip to content

Commit

Permalink
fix: extend circle_score range/domain in datavzrd template to zero (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Mar 5, 2024
1 parent 7ae6fae commit 3841997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/resources/circles.datavzrd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ views:
heatmap:
scale: linear
range:
- "#af8dc3"
- "#af8dc3"
- "#e7d4e8"
- "white"
- "#d9f0d3"
- "#7fbf7b"
- "#7fbf7b"
domain:
- 0
- 10
- 40
- 50
Expand Down

0 comments on commit 3841997

Please sign in to comment.