| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 1.7 kB | |
| v0.3.9 -- Smooth line update animation, nicer axes, faster FIFO cold seed source code.tar.gz | 2026-07-30 | 9.2 MB | |
| v0.3.9 -- Smooth line update animation, nicer axes, faster FIFO cold seed source code.zip | 2026-07-30 | 9.5 MB | |
| Totals: 3 Items | 18.7 MB | 0 | |
What's Changed
Performance
- Improve multi-M FIFO streaming fidelity and cold load performance — present-path re-encode when prepare signatures change, tile hierarchy for multi-M line sampling, faster fixed-capacity ring cold seed via
appendData(..., { maxPoints }), and README polish by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/206
New Features
- feat(axis): nice value ticks, continuous auto-range, and tick-aligned grid — 1–2–5 majors clamped to the visible domain, grid aligned to the same tick lists, and optional
yAxis.autoRange(sticky|continuous|animated) withgrowByby @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/207
Bug Fixes
- fix(axis): candle right-rail gutter and stable 2D nice ticks — floor candle-primary
grid.rightso price labels/badge fit; keep mid Y majors from vanishing on small auto-range grows by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/208 - fix(animation): stop line update tween from snapping to end state — keep animated samples on both
dataandrawDataduringsetOptionupdate transitions so GPU-decimation /sampling: 'none'lines morph smoothly by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/209
Documentation
- docs: refresh chart-gpu-demo with smooth line update animation — new README demo GIF plus Prettier cleanup by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/210
Other Changes
- chore: bump version to 0.3.9 by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/211
Full Changelog: https://github.com/ChartGPU/ChartGPU/compare/v0.3.8...v0.3.9