Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.