Skip to content

Commit

Permalink
Merge branch 'main' into 91-style-dashboard-rmi
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaFu authored Jan 15, 2025
2 parents fe2da9b + 1d092f3 commit 99e45e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/js/techexposure_company.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export class techexposure_company {
weights_title = 'Weights',
footnote_lab = {
befor_scen: '* aligned to ',
after_scen: ' scenario in year ',
after_year: ''
after_scen: ' scenario in year '
};

// Create the svg container
Expand Down Expand Up @@ -295,8 +294,7 @@ export class techexposure_company {
' ' +
scenario +
footnote_lab.after_scen +
data_up.map((d) => d.year)[0] +
footnote_lab.after_year;
data_up.map((d) => d.year)[0];

footnote
.selectAll('text')
Expand Down

0 comments on commit 99e45e4

Please sign in to comment.