Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omikhleia/piecharts.sile
Pie charts for the SILE typesetting system
https://github.com/omikhleia/piecharts.sile
Last synced: about 1 month ago
JSON representation
Pie charts for the SILE typesetting system
- Host: GitHub
- URL: https://github.com/omikhleia/piecharts.sile
- Owner: Omikhleia
- License: mit
- Created: 2024-02-04T16:24:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:24:30.000Z (3 months ago)
- Last Synced: 2024-08-29T23:41:50.151Z (3 months ago)
- Language: Lua
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piecharts.sile
[![License](https://img.shields.io/github/license/Omikhleia/piecharts.sile?label=License)](LICENSE)
[![Luacheck](https://img.shields.io/github/actions/workflow/status/Omikhleia/piecharts.sile/luacheck.yml?branch=main&label=Luacheck&logo=Lua)](https://github.com/Omikhleia/piecharts.sile/actions?workflow=Luacheck)
[![Luarocks](https://img.shields.io/luarocks/v/Omikhleia/piecharts.sile?label=Luarocks&logo=Lua)](https://luarocks.org/modules/Omikhleia/piecharts.sile)This collection of packages for the [SILE](https://github.com/sile-typesetter/sile) typesetting system provides for the rendering of pie (donut) charts from data in CSV format.
![Example](./samplepies.png)
## Installation
This module requires SILE v0.14.16 or upper.
Installation relies on the **luarocks** package manager.
To install the latest version, you may use the provided “rockspec”:
```
luarocks install piecharts.sile
```(Refer to the SILE manual for more detailed 3rd-party package installation information.)
## Usage
Examples are provided in the [examples](./examples) folder.
The in-code package documentation may also be useful.
A readable version of the documentation is included in the User Manual for
the [resilient.sile](https://github.com/Omikhleia/resilient.sile) collection
of classes and packages.## License
The code in this repository is released under the MIT License, Copyright 2024, Omikhleia.