Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyonsmith/line_chart
An SVG line chart generation tool in Rust
https://github.com/jlyonsmith/line_chart
Last synced: 6 days ago
JSON representation
An SVG line chart generation tool in Rust
- Host: GitHub
- URL: https://github.com/jlyonsmith/line_chart
- Owner: jlyonsmith
- License: unlicense
- Created: 2023-02-14T21:43:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:39:19.000Z (over 1 year ago)
- Last Synced: 2024-03-15T02:51:11.435Z (8 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Line Chart Generator
[![coverage](https://shields.io/endpoint?url=https://raw.githubusercontent.com/jlyonsmith/line_chart/main/coverage.json)](https://github.com/jlyonsmith/line_chart/blob/main/coverage.json)
[![Crates.io](https://img.shields.io/crates/v/line_chart.svg)](https://crates.io/crates/line_chart)
[![Docs.rs](https://docs.rs/line_chart/badge.svg)](https://docs.rs/line_chart)An SVG line chart generation tool. Here is some sample output:
![Monthly Costs Output](example/example.svg)
Install the tool with `cargo install line_chart`. Run the tool with `line-chart`.