Skip to content

Commit

Permalink
Commit suggested comment change
Browse files Browse the repository at this point in the history
Co-authored-by: David Mears <60350599+david-mears-2@users.noreply.github.com>
  • Loading branch information
EmmaLRussell and david-mears-2 authored Aug 5, 2024
1 parent 267bb0f commit 47f6280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/src/app/plot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function allFitDataToPlotly(
let color = palette[name];
const variable = linkedVariables[name];
if (variable) {
// If there is a linked variable, only show data if the variable is selected - if not ,render the series,
// If there is a linked variable, only show data if the variable is selected - if not selected, render the series,

Check failure on line 158 in app/static/src/app/plot.ts

View workflow job for this annotation

GitHub Actions / test

This line has a length of 126. Maximum allowed is 120
// but as transparent so that all graph x axes are consistent
color = selectedVariables.includes(variable) ? paletteModel[variable] : "transparent";
}
Expand Down

0 comments on commit 47f6280

Please sign in to comment.