Crates.io | gantt_chart |
lib.rs | gantt_chart |
version | 3.1.0 |
source | src |
created_at | 2023-02-10 20:36:23.17059 |
updated_at | 2024-05-26 00:35:01.933798 |
description | A tool for generating Gantt charts |
homepage | |
repository | https://github.com/jlyonsmith/gantt_chart |
max_upload_size | |
id | 782128 |
size | 94,777 |
New in v2.0, the tool now generates SVG files.
This is a tool to generate simple Gantt charts. Here's some sample output:
The focus of the tool is the generation of the chart from existing data and not the calculation of project dependencies.
Install with cargo install gantt_chart
. Run with gantt-chart
. If you have resvg installed, you can generate a PNG bitmap with:
resvg example/project.svg example/project.png --background '#ffffff'`
It has the following features:
You can use the tool to quickly generate high level project timelines. For full blown Gantt functionality, I recommend a tool like OmniPlan.