tigress/charts

Lightweight GD-based chart generation for PHP (bar charts, etc.)

Maintainers

Package info

github.com/RudyMas/tigress_charts

pkg:composer/tigress/charts

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2026.05.26.0 2026-05-26 09:27 UTC

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