Skip to content
Snippets Groups Projects
_GraphVariables.scss 494 B
Newer Older
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
$lineStroke: 2;
$pointStroke: 3;
$selectedStrokeOffset: 3;

$selectedGraphColor: #444;

/*
 * Using a diverging (red-yellow-blue) color scheme from:
 * http://colorbrewer2.org/#type=diverging&scheme=RdYlBu&n=11
 */

$graphColor0: #081d58;
$graphColor1: #313695;
$graphColor2: #4575b4;
$graphColor3: #74add1;
$graphColor4: #abd9e9;
$graphColor5: #e0f3f8;
$graphColor6: #ffffbf;
$graphColor7: #fee090;
$graphColor8: #fdae61;
$graphColor9: #f46d43;
$graphColor10: #d73027;
$graphColor11: #a50026;