Skip to content

Commit 1d092f3

Browse files
authored
Remove unnecesssary label (#176)
1 parent 7baaed9 commit 1d092f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/js/techexposure_company.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export class techexposure_company {
3535
weights_title = 'Weights',
3636
footnote_lab = {
3737
befor_scen: '* aligned to ',
38-
after_scen: ' scenario in year ',
39-
after_year: ''
38+
after_scen: ' scenario in year '
4039
};
4140

4241
// Create the svg container
@@ -295,8 +294,7 @@ export class techexposure_company {
295294
' ' +
296295
scenario +
297296
footnote_lab.after_scen +
298-
data_up.map((d) => d.year)[0] +
299-
footnote_lab.after_year;
297+
data_up.map((d) => d.year)[0];
300298

301299
footnote
302300
.selectAll('text')

0 commit comments

Comments
 (0)