Skip to content

Commit

Permalink
parametric colors on last chart #6
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhohman committed Aug 16, 2020
1 parent cd14ad4 commit 7e0c874
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.idyll
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ I guess that [Display value:guessPercent format:"d" /] percent of all human carb
type: 'scattergl',
line: {color: 'transparent'},
fill: 'tonexty',
fillcolor: 'rgba(72, 1, 255, 0.5)',
fillcolor: 'rgba(216,255,162,0.3)',
hovertemplate: 'CO₂ Lower Bound: %{y:.d} ppm<extra></extra>',
},

Expand All @@ -1358,7 +1358,7 @@ I guess that [Display value:guessPercent format:"d" /] percent of all human carb
type: 'scattergl',
hovertemplate: 'CO₂: %{y:.d} ppm<extra></extra>',
line: {
color: '#4801FF',
color: 'white',
size: 5,
},
opacity: 0.7,
Expand All @@ -1385,7 +1385,7 @@ I guess that [Display value:guessPercent format:"d" /] percent of all human carb
type: 'scattergl',
line: {color: 'transparent'},
fill: 'tonexty',
fillcolor: 'rgba(72, 1, 255, 0.5)',
fillcolor: 'rgba(216,255,162,0.3)',
hovertemplate: 'CO₂ Lower Bound: %{y:.d} ppm<extra></extra>',
},

Expand All @@ -1405,7 +1405,7 @@ I guess that [Display value:guessPercent format:"d" /] percent of all human carb
type: 'scattergl',
line: {color: 'transparent'},
fill: 'tonexty',
fillcolor: 'rgba(72, 1, 255, 0.5)',
fillcolor: 'rgba(216,255,162,0.3)',
hovertemplate: 'CO₂ Lower Bound: %{y:.d} ppm<extra></extra>',
},

Expand All @@ -1425,7 +1425,7 @@ I guess that [Display value:guessPercent format:"d" /] percent of all human carb
type: 'scattergl',
line: {color: 'transparent'},
fill: 'tonexty',
fillcolor: 'rgba(72, 1, 255, 0.5)',
fillcolor: 'rgba(216,255,162,0.3)',
hovertemplate: 'CO₂ Lower Bound: %{y:.d} ppm<extra></extra>',
},

Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ p {
}

.blue {
color: blue;
color: rgb(160,187,213);
}

.green {
Expand Down

0 comments on commit 7e0c874

Please sign in to comment.