summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-10 06:09:22 +0200
committerRemi Collet <remi@php.net>2026-07-10 06:09:22 +0200
commit904da38717f9e60834174ad227675f1587bd1e7d (patch)
treeda36a35f42ee18753c71acbb737ca6ce3cd328bc /composer.json
parent7dca4feb307ba955ad85617fe9a1ff246484e749 (diff)
update to 1.6.0HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 54eb6be..479500e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "iliaal/fastchart",
"type": "php-ext",
- "description": "Native C PHP extension for fast chart rendering: 26 chart families (line, bar, pie, scatter, bubble, stock with technical indicators, radar, polar, surface, contour, treemap, funnel, waterfall, heatmap, gauge, linear meter, gantt, box plot, area, bullet, pareto, calendar heatmap, sunburst, sankey, marimekko, vector) plus a 2-class Symbol family (Code128, QrCode). SVG-canonical pipeline rasterized via vendored plutovg + plutosvg; PNG / JPEG / WebP encoders via libpng / libjpeg-turbo / libwebp.",
+ "description": "Native C PHP extension for fast chart rendering: 38 chart families (line, area, bar, pie, scatter, bubble, stock with technical indicators, radar, polar, surface, contour, treemap, funnel, waterfall, heatmap, gauge, linear meter, gantt, box plot, bullet, pareto, calendar heatmap, sunburst, sankey, marimekko, vector, arc diagram, chord diagram, network, population pyramid, violin plot, circle packing, pictogram, venn diagram, word cloud, serpentine timeline, dendrogram, partition) plus a 2-class Symbol family (Code128, QrCode). SVG-canonical pipeline rasterized via vendored plutovg + plutosvg; PNG / JPEG / WebP encoders via libpng / libjpeg-turbo / libwebp.",
"keywords": ["chart", "graph", "svg", "visualization", "php-extension", "pie", "candlestick", "ohlcv", "technical-indicators", "treemap", "heatmap", "funnel", "waterfall", "gauge", "polar", "radar", "contour", "surface", "gantt", "boxplot", "barcode", "qrcode", "bullet", "pareto", "sunburst", "sankey", "marimekko"],
"license": "(BSD-3-Clause AND MIT)",
"homepage": "https://github.com/iliaal/fastchart",
@@ -26,6 +26,11 @@
"name": "enable-fastchart-dev",
"description": "Enable -Wall -Wextra -Werror for wrapper code (development builds)",
"needs-value": false
+ },
+ {
+ "name": "with-pdfio",
+ "description": "Enable PDF output (renderPdf) via system-installed pdfio; off by default",
+ "needs-value": false
}
],
"support-zts": true,