# Live Streaming Update

An area chart seeded with a 30-point sliding window that updates once per second.
Each tick drops the oldest sample and appends a new one, then calls `chart.setData(...)` to redraw - the same pattern you would wire to a WebSocket or polling feed.
