Skip to content

Commit

Permalink
[remove "opening triangle" #27]
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcornell committed Dec 12, 2023
1 parent da2274b commit 8268e74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dist/predtimechart.bundle.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/predtimechart.js
Original file line number Diff line number Diff line change
Expand Up @@ -1092,15 +1092,9 @@ const App = {
}

const x = [];
if (Object.keys(state.as_of_truth).length !== 0) {
x.push(state.as_of_truth.date.slice(-1)[0]);
}
x.push(model_forecasts.target_end_date.slice(0)[0]);

const y = [];
if (Object.keys(state.as_of_truth).length !== 0) {
y.push(state.as_of_truth.y.slice(-1)[0]);
}
y.push(model_forecasts['q0.5'].slice(0)[0]);

return {
Expand Down

0 comments on commit 8268e74

Please sign in to comment.