mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00

related #1512 Moves the chart example to apps Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
10 lines
130 B
Markdown
10 lines
130 B
Markdown
# Chart demo
|
|
|
|
This example shows how to render line, bar, and scatter charts.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p chart
|
|
```
|