Skip to content

Commit

Permalink
prettier --write .
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Dec 5, 2024
1 parent 738fb91 commit d8e3602
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/js/time_line.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,14 @@ export class time_line {
.text(footnote);

// Add legend
let legend_data = [port_label, subdata.map((d) => d.scenario_source)[0] + ' ' + subdata.map((d) => d.scenario)[0] + ' ' + scen_label];
let legend_data = [
port_label,
subdata.map((d) => d.scenario_source)[0] +
' ' +
subdata.map((d) => d.scenario)[0] +
' ' +
scen_label
];

let legend = svg
.append('g')
Expand Down

0 comments on commit d8e3602

Please sign in to comment.