You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Widget: hold the chart's scale still while a forecast is up
The forecast is anchored to the loop cycle it came from, so its far end
stays put while the timeline's entries walk the now line toward it. The
scale ended at that far end, so the span shrank by a minute an entry
while the width stayed the same, and the same three hours of history came
out wider each time. The chart breathed rather than scrolled.
Measure the far edge from the render's own moment instead, so the span is
fixed for as long as a cone is drawn and the readings only translate. The
cone recedes into the room held for it, which is its age at a glance. No
room is held where no forecast is drawn, so a horizon set against a loop
that publishes none costs nothing.
0 commit comments