Skip to content

Commit

Permalink
eco - update title case for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Sep 21, 2023
1 parent b5a460f commit 027c6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/summary/heatmapTemplate/dataDefinitions/eco.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const EcR = {
EcRSettings.DASHBOARDS = [
{
id: "effect vs. reference",
label: "effect vs. reference",
label: "Effect vs. Reference",
upperColor: COLORS.blue,
x_axis: EcRSettings.AXIS_OPTIONS.effectName.id,
y_axis: EcRSettings.AXIS_OPTIONS.studyCitation.id,
Expand All @@ -427,7 +427,7 @@ EcRSettings.DASHBOARDS = [
},
{
id: "cause vs. reference",
label: "cause vs. reference",
label: "Cause vs. Reference",
upperColor: COLORS.green,
x_axis: EcRSettings.AXIS_OPTIONS.causeName.id,
y_axis: EcRSettings.AXIS_OPTIONS.studyCitation.id,
Expand All @@ -448,7 +448,7 @@ EcRSettings.DASHBOARDS = [
},
{
id: "effect vs cause",
label: "effect vs cause",
label: "Effect vs. Cause",
upperColor: COLORS.orange,
x_axis: EcRSettings.AXIS_OPTIONS.effectName.id,
y_axis: EcRSettings.AXIS_OPTIONS.causeName.id,
Expand Down

0 comments on commit 027c6a4

Please sign in to comment.