Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.