tigress / charts
Lightweight GD-based chart generation for PHP (bar charts, etc.)
2026.05.26.0
2026-05-26 09:27 UTC
Requires
- php: >=8.5
- ext-gd: *
This package is auto-updated.
Last update: 2026-05-26 09:28:20 UTC
README
A lightweight PHP library to generate simple GD-based chart images. Built to be integrated into the Tigress Framework or used standalone.
Features
- 📊 Bar chart with automatic or custom coloring
- 📊 Grouped (clustered) bar chart with multi-value data
- 📈 Line chart with configurable per-point colors
- 🥧 Pie chart with percentage labels
- 📐 Adjustable width & height
- 🔄 Configurable X-axis label angle (default -45°)
- 📍 Toggle axes, value labels, and legend
- 🖼️ Output as PNG file or base64 data URI