Skip to content

Commit 4d7c4cf

Browse files
committed
docs: update History section with date pickers, chart legends, adaptive bucketing
Brings the README up to date with feature work shipped between v2026.4.27.1 and v2026.5.6.1: chart legend chips with click-to-toggle, the URL-driven Day/Week/Month/Year range selector with per-range date pickers, and adaptive bucketing on the 24h Wind and Solar charts.
1 parent d52f0a7 commit 4d7c4cf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ A custom SVG polar chart breaking down wind patterns by direction and speed acro
4747

4848
### History
4949

50-
Time-series charts for temperature, humidity, pressure, wind, rain, and solar/UV with automatic resolution scaling — raw data for 24 hours, hourly aggregates for a week, daily for a month, monthly for a year. Synchronized crosshairs across all charts and drag-to-zoom. Hover over any chart to see precise values in the floating tooltip.
50+
Time-series charts for temperature, humidity, pressure, wind, rain, and solar/UV with automatic resolution scaling — raw data for 24 hours, hourly aggregates for a week, daily for a month, monthly for a year. Synchronized crosshairs across all charts and drag-to-zoom. Hover over any chart to see precise values in the floating tooltip. Click chart legend chips to toggle individual series.
51+
52+
Range buttons switch between Day, Week, Month, and Year views. The pager next to them scrubs through history: chevrons step the period backward or forward, while the calendar trigger opens a date picker that matches the current range — a month grid for Day picks, a row-highlighting calendar for Week picks, a 12-month grid for Month picks, and a 12-year paged grid for Year picks. Drill up from the day grid to a year list in two clicks. The selected period lives in the URL (`?range=&date=`) so any view is a shareable link.
53+
54+
The 24-hour Wind and Solar charts use adaptive bucketing — bucket size is chosen for pixel density and the chart renders as honest summary bars instead of plotting every raw sample. Drag-to-zoom past the raw cadence threshold falls back to raw lines.
5155

5256
![History Charts](screenshots/history-tooltip.png)
5357

0 commit comments

Comments
 (0)