Skip to content

Commit

Permalink
Site updated to 5286114
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecarter7 committed Mar 6, 2024
1 parent 0a13c36 commit 5cb50ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blog/thirty-million-bp-measures-in-simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ <h2>Conclusion</h2>
chart.data.datasets.forEach((dataset) => {
dataset.data.push(data);
});
console.log(chart.config);
chart.config.options.scales.y.ticks.stepSize = stepsize;
chart.update();
}
Expand Down Expand Up @@ -718,9 +717,6 @@ <h2>Conclusion</h2>

observer.observe(target);

function yourFunction() {
console.log('Function triggered: Target is in view!');
}
});


Expand Down

0 comments on commit 5cb50ff

Please sign in to comment.