Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
disagg-d3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
disagg-d3
Compare revisions
32b5f9f69ed34ce844c1fb34560afd882e659e01 to e9ab096f329df1d74ef666b3ff342783dc8389c0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ghsc/nshmp/disagg-d3
Select target project
No results found
e9ab096f329df1d74ef666b3ff342783dc8389c0
Select Git revision
Swap
Target
ghsc/nshmp/disagg-d3
Select target project
ghsc/nshmp/disagg-d3
1 result
32b5f9f69ed34ce844c1fb34560afd882e659e01
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
invert color scale
· 58986e0a
Clayton, Brandon Scott
authored
4 months ago
58986e0a
Merge branch 'color-scale' into 'main'
· e9ab096f
Clayton, Brandon Scott
authored
4 months ago
invert color scale See merge request
!34
e9ab096f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
styles/_GraphVariables.scss
+12
-25
12 additions, 25 deletions
styles/_GraphVariables.scss
with
12 additions
and
25 deletions
styles/_GraphVariables.scss
View file @
e9ab096f
...
...
@@ -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
;
This diff is collapsed.
Click to expand it.