Skip to content

Commit

Permalink
Merge pull request #323 from georgetown-cset/271-clarify-purpose-of-b…
Browse files Browse the repository at this point in the history
…ackground-line

Clarify label of trend lines for groups in charts
  • Loading branch information
jmelot authored May 14, 2024
2 parents 2fe20d8 + ba32192 commit e9d1248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/gui-v2/src/components/DetailViewPatents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ const DetailViewPatents = ({
data.patents[aiSubfield].counts
],
data.groups.sp500 && [
"S&P 500",
"S&P 500 (average)",
overall.groups.sp500.patents[aiSubfield].counts
],
data.groups.global500 && [
"Fortune Global 500",
"Fortune Global 500 (average)",
overall.groups.global500.patents[aiSubfield].counts
],
]}
Expand Down
8 changes: 4 additions & 4 deletions web/gui-v2/src/components/DetailViewPublications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ const DetailViewPublications = ({
data.articles[aiSubfield].counts
],
data.groups.sp500 && [
"S&P 500",
"S&P 500 (average)",
overall.groups.sp500.articles[aiSubfield].counts
],
data.groups.global500 && [
"Fortune Global 500",
"Fortune Global 500 (average)",
overall.groups.global500.articles[aiSubfield].counts
],
]}
Expand Down Expand Up @@ -182,11 +182,11 @@ const DetailViewPublications = ({
data.articles.ai_pubs_top_conf.counts
],
data.groups.sp500 && [
"S&P 500",
"S&P 500 (average)",
overall.groups.sp500.articles.ai_pubs_top_conf.counts
],
data.groups.global500 && [
"Fortune Global 500",
"Fortune Global 500 (average)",
overall.groups.global500.articles.ai_pubs_top_conf.counts
],
]}
Expand Down

0 comments on commit e9d1248

Please sign in to comment.