Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img src="assets/dual-y-axis.png" alt="Dual Y-axis chart — price on the left scale, volume on the right, rendered with truecolor terminal graphics" width="720">


## Why ink-uplot?

Expand Down Expand Up @@ -114,9 +115,9 @@ Run any example with `npx tsx examples/<name>.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)
<img src="assets/shaded-area.png" alt="Shaded area chart" width="620">

![Live trading chart](assets/live-trading.png)
<img src="assets/live-trading.png" alt="Live trading chart" width="620">

## How it works

Expand Down
Binary file added assets/dual-y-axis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/live-trading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shaded-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading