I'm going to add a side bar element to the left of that section listing different data series so it's convenient to switch among multiple curves, but otherwise I think that section is basically finished.
A look at data entry in CRUCS. The top section is for putting in additional control points. There's another section that lets you specify an end point. If you don't do that, the point with the largest time is used as the end point, but you can also extrapolate from the curve or set an earlier end time. The control points section lets you remove points (which sticks the data back into the insert section for ease of undo/editing that point).
Commented and re-organized the code. I want this whole thing to stay self-contained in a single HTML file so someone could just File->Save Page As and get something that they can run locally without a network connection and I also don't want a build step while I continue to work on this so I'll be making it easier on myself if there's some kind of organizational structure instead of just throwing everything someplace convenient at random.
Continuing to refactor the code on my current web project. Initially I did everything quick and dirty to make sure it was working for a single data series, but multiple data series are too useful to leave out. I'd already done the math heavy part of this work previously so now it's making all the user facing stuff work with that. This is letting me delete a whole bunch of code which'll also make the next round of feature work easier.
Did a bit of work on the print styling for the thing I've been working on lately. I want this to be usable by people who don't have a computer connected to their coffee roaster and the easiest way to go there would be to print something nice to paper that someone can slap into a clipboard and have ample space to write in their measurements and observations.
Have gotten 3 notifications about the outage: one letting me know about it and estimating a repair completion time. Another with a revised later completion time. A third with they're working on it but who knows when it'll be back up. In unrelated news, I'm finally finishing off a bottle of scotch I was given a bit over 1.5 years ago.
Author of Typica software for coffee roasters.