Skip to content
Snippets Groups Projects
Commit e9ab096f authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'color-scale' into 'main'

invert color scale

See merge request !34
parents 32b5f9f6 58986e0a
No related branches found
No related tags found
1 merge request!34invert color scale
Pipeline #503086 failed
......@@ -9,28 +9,15 @@ $selectedGraphColor: #444;
* http://colorbrewer2.org/#type=diverging&scheme=RdYlBu&n=11
*/
$graphColor0: #a50026;
$graphColor1: #d73027;
$graphColor2: #f46d43;
$graphColor3: #fdae61;
$graphColor4: #fee090;
$graphColor5: #ffffbf;
$graphColor6: #e0f3f8;
$graphColor7: #abd9e9;
$graphColor8: #74add1;
$graphColor9: #4575b4;
$graphColor10: #313695;
$graphColor11: #081d58;
$curveColor0: #1f77b4;
$curveColor1: #ff7f0e;
$curveColor2: #2ca02c;
$curveColor3: #d62728;
$curveColor4: #9467bd;
$curveColor5: #e377c2;
$curveColor6: #bcbd22;
$curveColor7: #17becf;
$curveColor8: #aec7e8;
$curveColor9: #ffbb78;
$curveColor10: #98df8a;
$curveColor11: #ff9896;
$graphColor0: #081d58;
$graphColor1: #313695;
$graphColor2: #4575b4;
$graphColor3: #74add1;
$graphColor4: #abd9e9;
$graphColor5: #e0f3f8;
$graphColor6: #ffffbf;
$graphColor7: #fee090;
$graphColor8: #fdae61;
$graphColor9: #f46d43;
$graphColor10: #d73027;
$graphColor11: #a50026;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment