# uChart Lightweight, canvas‑based charting library written in TypeScript, designed for real‑time data streams and small bundle size. ![uChart screenshot](./docs/screenshot.png) ## Features - 💡 **Zero external rendering deps** – plain `` - ⚡ **Real‑time friendly** – redraws only what’s needed - 📦 **ESM ready** – authored as native ES modules - 📝 **TypeScript types** included (`*.d.ts`) - 🎛️ Configurable axes, ticks, colors & cursor read‑outs ## Installation ```bash npm install uchart ``` ## Quick strart ```html uChart Interactive Test
``` ## Test During development you can run a live dev server: ```bash npm run serve ```