diff --git a/README.md b/README.md index 7487024..9bc4823 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ A terminal charting / TUI dataviz library for Node.js — line charts, time series, live-updating dashboards, and trading-style plots, straight in your CLI. -![Timestamps chart — 90-day time series with date X-axis](assets/timestamps.png) +Dual Y-axis chart — price on the left scale, volume on the right, rendered with truecolor terminal graphics + ## Why ink-uplot? @@ -114,9 +115,9 @@ Run any example with `npx tsx examples/.tsx`. Press `q` to quit. | [`no-axes.tsx`](examples/no-axes.tsx) | Minimal borderless chart (`showAxes={false}`) | | [`line-width-test.tsx`](examples/line-width-test.tsx) | Interactive line-width comparison (arrow keys) | -![Shaded area chart](assets/shaded-area.png) +Shaded area chart -![Live trading chart](assets/live-trading.png) +Live trading chart ## How it works diff --git a/assets/dual-y-axis.png b/assets/dual-y-axis.png new file mode 100644 index 0000000..6dbcb74 Binary files /dev/null and b/assets/dual-y-axis.png differ diff --git a/assets/live-trading.png b/assets/live-trading.png index e847e20..e4a498d 100644 Binary files a/assets/live-trading.png and b/assets/live-trading.png differ diff --git a/assets/shaded-area.png b/assets/shaded-area.png index 0f47520..4863031 100644 Binary files a/assets/shaded-area.png and b/assets/shaded-area.png differ